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 9444dbf commit fd311ccCopy full SHA for fd311cc
.github/workflows/require-changelog-for-PRs.yml
@@ -7,6 +7,8 @@ jobs:
7
check-changelog:
8
name: Check for changelog entry
9
runs-on: ubuntu-latest
10
+ # dependabot PRs are automerged if CI passes; we shouldn't block these
11
+ if: ${{ !startsWith(github.head_ref, 'dependabot/') }}
12
env:
13
PR_SUBMITTER: ${{ github.actor }}
14
PR_NUMBER: ${{ github.event.number }}
0 commit comments