From 5f7f233f0d1d5b59c56d1d419239ec24896c0c98 Mon Sep 17 00:00:00 2001 From: Momo Kornher Date: Wed, 23 Aug 2023 15:50:21 +0100 Subject: [PATCH] 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* --- .github/workflows/update-contributors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-contributors.yml b/.github/workflows/update-contributors.yml index 5383ab7738248..20f4be271a567 100644 --- a/.github/workflows/update-contributors.yml +++ b/.github/workflows/update-contributors.yml @@ -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: