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 8b2aff0 commit 667113cCopy full SHA for 667113c
1 file changed
.github/workflows/create-issue-for-unreferenced-prs.yml
@@ -20,7 +20,8 @@ jobs:
20
check_for_issue_reference:
21
runs-on: ubuntu-latest
22
if: |
23
- !contains(github.event.pull_request.labels.*.name, 'Dev: Gitflow')
+ (github.event.pull_request.base.ref == 'develop' || github.event.pull_request.base.ref == 'master')
24
+ && !contains(github.event.pull_request.labels.*.name, 'Dev: Gitflow')
25
&& !startsWith(github.event.pull_request.head.ref, 'external-contributor/')
26
&& !startsWith(github.event.pull_request.head.ref, 'prepare-release/')
27
&& !startsWith(github.event.pull_request.head.ref, 'dependabot/')
0 commit comments