We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ba111 commit 3beb434Copy full SHA for 3beb434
.github/workflows/labeler.yml
@@ -35,7 +35,7 @@ jobs:
35
36
- name: Label PR based on policy in labeler.yml
37
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9
38
- if: startsWith(github.event_name, 'pull_request') && github.event.action != 'closed'
+ if: startsWith(github.event_name, 'pull_request') && github.base_ref == 'main' && github.event.action != 'closed'
39
with:
40
repo-token: "${{ secrets.GITHUB_TOKEN }}"
41
configuration-path: .github/labeler.yml
0 commit comments