Skip to content

Commit

Permalink
Don't block dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
cyqsimon committed Nov 3, 2023
1 parent 9444dbf commit fd311cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/require-changelog-for-PRs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
check-changelog:
name: Check for changelog entry
runs-on: ubuntu-latest
# dependabot PRs are automerged if CI passes; we shouldn't block these
if: ${{ !startsWith(github.head_ref, 'dependabot/') }}
env:
PR_SUBMITTER: ${{ github.actor }}
PR_NUMBER: ${{ github.event.number }}
Expand Down

0 comments on commit fd311cc

Please sign in to comment.