diff --git a/hack/github/community-contributors.sh b/hack/github/community-contributors.sh index 0a541368efd9..8a33cda3848f 100755 --- a/hack/github/community-contributors.sh +++ b/hack/github/community-contributors.sh @@ -79,7 +79,8 @@ COMMUNITY_CONTRIBUTIONS=$( .author != "suket22" and .author != "StableRelease" and .author != "dependabot[bot]" and - .author != "github-actions[bot]" + .author != "github-actions[bot]" and + .author != "APICodeGen" ) ' | jq -s )