From 86abe1029d0d5116c6394ada1b4e8c8ad10ba834 Mon Sep 17 00:00:00 2001 From: anakin87 Date: Wed, 7 Jan 2026 15:38:02 +0100 Subject: [PATCH] chore: exclude github-actions[bot] from contributors list --- .github/workflows/github_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github_release.yml b/.github/workflows/github_release.yml index 9529827acb..baaba3208c 100644 --- a/.github/workflows/github_release.yml +++ b/.github/workflows/github_release.yml @@ -72,7 +72,7 @@ jobs: END: ${{ github.ref_name }} run: | JQ_EXPR='[.commits[].author.login] - | map(select(. != null and . != "HaystackBot" and . != "dependabot[bot]")) + | map(select(. != null and . != "HaystackBot" and . != "dependabot[bot]" and . != "github-actions[bot]")) | unique | sort_by(ascii_downcase) | map("@\(.)")