From 291ee17ca82c83602aaca2f208b9d3303a98d05c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Aleksandrovi=C4=8D=20Klimov?= Date: Mon, 17 Mar 2025 12:34:00 +0100 Subject: [PATCH] GHA: AUTHORS: ignore dependabot[bot] --- .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 9e13ab686..2e5ac25ee 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" >> AUTHORS + )..HEAD^2" | grep -vEe '^dependabot\[bot] ' >> AUTHORS sort -uo AUTHORS AUTHORS git diff AUTHORS >> AUTHORS.diff