From 4d5c36ecdcd78b3f564aee93f82e14856dd338e8 Mon Sep 17 00:00:00 2001 From: Yonas Habteab Date: Wed, 8 Oct 2025 12:00:39 +0200 Subject: [PATCH] GHA: ignore also `github-actions` in authors file --- .github/workflows/authors-file.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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