mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
Skip newsfile CI check for dependabot. (#987)
* skip newsfile for dependabot. * changelog
This commit is contained in:
parent
6da67db058
commit
46b0004581
2
.github/workflows/newsfile.yml
vendored
2
.github/workflows/newsfile.yml
vendored
@ -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
1
changelog.d/987.misc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Don't invoke newsfile CI check for dependabot.
|
Loading…
x
Reference in New Issue
Block a user