Merge pull request #10384 from Icinga/Al2Klimov-patch-7

GHA: AUTHORS: ignore dependabot[bot]
This commit is contained in:
Alexander Aleksandrovič Klimov 2025-05-05 11:56:02 +02:00 committed by GitHub
commit 28091a6343
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ jobs:
git add AUTHORS
git log --format='format:%aN <%aE>' "$(
git merge-base HEAD^1 HEAD^2
)..HEAD^2" >> AUTHORS
)..HEAD^2" | grep -vEe '^dependabot\[bot] ' >> AUTHORS
sort -uo AUTHORS AUTHORS
git diff AUTHORS >> AUTHORS.diff