Skip to content

Commit

Permalink
Exclude APICodeGen in community-contributors.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
billrayburn committed Oct 10, 2023
1 parent 72badc1 commit 46c500a
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 46c500a

Please sign in to comment.