Skip to content

Commit 5dd9149

Browse files
Al2Klimovgithub-actions[bot]
authored andcommitted
GHA: AUTHORS: ignore dependabot[bot]
(cherry picked from commit 291ee17)
1 parent 528d272 commit 5dd9149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/authors-file.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
git add AUTHORS
2222
git log --format='format:%aN <%aE>' "$(
2323
git merge-base HEAD^1 HEAD^2
24-
)..HEAD^2" >> AUTHORS
24+
)..HEAD^2" | grep -vEe '^dependabot\[bot] ' >> AUTHORS
2525
sort -uo AUTHORS AUTHORS
2626
git diff AUTHORS >> AUTHORS.diff
2727

0 commit comments

Comments
 (0)