Skip to content

Commit fd311cc

Browse files
committed
Don't block dependabot PRs
1 parent 9444dbf commit fd311cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/require-changelog-for-PRs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
check-changelog:
88
name: Check for changelog entry
99
runs-on: ubuntu-latest
10+
# dependabot PRs are automerged if CI passes; we shouldn't block these
11+
if: ${{ !startsWith(github.head_ref, 'dependabot/') }}
1012
env:
1113
PR_SUBMITTER: ${{ github.actor }}
1214
PR_NUMBER: ${{ github.event.number }}

0 commit comments

Comments
 (0)