diff --git a/.github/workflows/authors-file.yml b/.github/workflows/authors-file.yml index 28cc19821..cb0c1930a 100644 --- a/.github/workflows/authors-file.yml +++ b/.github/workflows/authors-file.yml @@ -21,7 +21,7 @@ jobs: git add AUTHORS git log --format='format:%aN <%aE>' "$( git merge-base HEAD^1 HEAD^2 - )..HEAD^2" | sed '/^dependabot\[bot] /d' >> AUTHORS + )..HEAD^2" | sed '/^(dependabot|github-actions)\[bot] /d' >> AUTHORS sort -uo AUTHORS AUTHORS git diff AUTHORS >> AUTHORS.diff