Skip to content

Commit

Permalink
Ignore dependabot in changelog checker (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhouston committed Sep 27, 2022
1 parent 8eba2e1 commit 62266a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# checks that a .changelog entry is present for a PR
changelog-check:
# If there a `pr/no-changelog` label we ignore this check
if: "!contains(github.event.pull_request.labels.*.name, 'pr/no-changelog')"
if: "!contains(github.event.pull_request.labels.*.name, 'pr/no-changelog') || github.event.pull_request.user.login == 'dependabot'"
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 62266a4

Please sign in to comment.