Skip newsfile CI check for dependabot. (#987)

* skip newsfile for dependabot.

* changelog
This commit is contained in:
Will Hunt 2024-11-19 10:53:03 +00:00 committed by GitHub
parent 6da67db058
commit 46b0004581
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,8 @@ on:
jobs: jobs:
changelog: changelog:
runs-on: ubuntu-latest runs-on: ubuntu-latest
# No newsfile required for dependabot
if: ${{ github.actor != 'dependabot[bot]' }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: # Needed for comparison with: # Needed for comparison

1
changelog.d/987.misc Normal file
View File

@ -0,0 +1 @@
Don't invoke newsfile CI check for dependabot.