mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 21:55:03 +02:00
Merge pull request #10384 from Icinga/Al2Klimov-patch-7
GHA: AUTHORS: ignore dependabot[bot]
This commit is contained in:
commit
28091a6343
2
.github/workflows/authors-file.yml
vendored
2
.github/workflows/authors-file.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
git add AUTHORS
|
git add AUTHORS
|
||||||
git log --format='format:%aN <%aE>' "$(
|
git log --format='format:%aN <%aE>' "$(
|
||||||
git merge-base HEAD^1 HEAD^2
|
git merge-base HEAD^1 HEAD^2
|
||||||
)..HEAD^2" >> AUTHORS
|
)..HEAD^2" | grep -vEe '^dependabot\[bot] ' >> AUTHORS
|
||||||
sort -uo AUTHORS AUTHORS
|
sort -uo AUTHORS AUTHORS
|
||||||
git diff AUTHORS >> AUTHORS.diff
|
git diff AUTHORS >> AUTHORS.diff
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user