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("@\(.)")