Skip to content

Commit

Permalink
chore: Exclude APICodeGen in community-contributors.sh (#4787)
Browse files Browse the repository at this point in the history
  • Loading branch information
billrayburn authored Oct 10, 2023
1 parent 62c25a3 commit 91f7c94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hack/github/community-contributors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down

0 comments on commit 91f7c94

Please sign in to comment.