Skip to content

Commit edc5643

Browse files
authored
chore: Ignore dependabot, prepare-release and Gitflow for PR references (#18380)
We don't need to add tickets for our internal releases such as #18378, [Gitflow automations](#18255) or [contributor updates](#15156)
1 parent 1586c5d commit edc5643

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/create-issue-for-unreferenced-prs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ concurrency:
1919
jobs:
2020
check_for_issue_reference:
2121
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/')
2227
steps:
2328
- name: Check PR Body and Title for Issue Reference
2429
uses: actions/github-script@v8

0 commit comments

Comments
 (0)