Skip to content

Commit 5f7f233

Browse files
authored
chore: exclude bots from CONTRIBUTORS file (#26855)
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*
1 parent ed00f24 commit 5f7f233

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/update-contributors.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
env:
1717
CONTRIB_REPOSITORY: 'aws/aws-cdk'
1818
CONTRIB_OUTPUT_FILE: 'CONTRIBUTORS.md'
19+
CONTRIB_IGNORE: 'github-actions[bot],mergify[bot],dependabot[bot],dependabot-preview[bot],aws-cdk-automation'
1920
- name: Create a PR
2021
uses: peter-evans/create-pull-request@v5
2122
with:

0 commit comments

Comments
 (0)