Skip to content

Commit

Permalink
Skip newsfile CI check for dependabot. (#987)
Browse files Browse the repository at this point in the history
* skip newsfile for dependabot.

* changelog
  • Loading branch information
Half-Shot authored Nov 19, 2024
1 parent 6da67db commit 46b0004
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/newsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
changelog:
runs-on: ubuntu-latest
# No newsfile required for dependabot
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v3
with: # Needed for comparison
Expand Down
1 change: 1 addition & 0 deletions changelog.d/987.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Don't invoke newsfile CI check for dependabot.

0 comments on commit 46b0004

Please sign in to comment.