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 5fd61f8 commit dd41b6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/require-changelog-for-PRs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Changelog

on:
pull_request:
branches-ignore:
# dependabot PRs are automerged if CI passes; we shouldn't block these
- dependabot/**

jobs:
check-changelog:
Expand Down

0 comments on commit dd41b6f

Please sign in to comment.