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 bc970b5 commit c869f59Copy full SHA for c869f59
.github/workflows/require-changelog-for-PRs.yml
@@ -2,6 +2,9 @@ name: Changelog
2
3
on:
4
pull_request:
5
+ branches-ignore:
6
+ # dependabot PRs are automerged if CI passes; we shouldn't block these
7
+ - dependabot/**
8
9
jobs:
10
check-changelog:
0 commit comments