Skip to content

Commit

Permalink
chore: exclude bots from CONTRIBUTORS file (#26855)
Browse files Browse the repository at this point in the history
Exclude known bots. The created list isn't amazing yet, it's mostly a list of CDK Core team members.
Will have to do some more iterations in future.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
mrgrain committed Aug 23, 2023
1 parent ed00f24 commit 5f7f233
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
env:
CONTRIB_REPOSITORY: 'aws/aws-cdk'
CONTRIB_OUTPUT_FILE: 'CONTRIBUTORS.md'
CONTRIB_IGNORE: 'github-actions[bot],mergify[bot],dependabot[bot],dependabot-preview[bot],aws-cdk-automation'
- name: Create a PR
uses: peter-evans/create-pull-request@v5
with:
Expand Down

0 comments on commit 5f7f233

Please sign in to comment.