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 1586c5d commit edc5643Copy full SHA for edc5643
.github/workflows/create-issue-for-unreferenced-prs.yml
@@ -19,6 +19,11 @@ concurrency:
19
jobs:
20
check_for_issue_reference:
21
runs-on: ubuntu-latest
22
+ if: |
23
+ !contains(github.event.pull_request.labels.*.name, 'Dev: Gitflow')
24
+ && !startsWith(github.event.pull_request.head.ref, 'external-contributor/')
25
+ && !startsWith(github.event.pull_request.head.ref, 'prepare-release/')
26
+ && !startsWith(github.event.pull_request.head.ref, 'dependabot/')
27
steps:
28
- name: Check PR Body and Title for Issue Reference
29
uses: actions/github-script@v8
0 commit comments