From 2c48f833867e48f22edb40aaf9e0b7c6f103ff7b Mon Sep 17 00:00:00 2001 From: paulhcsun Date: Tue, 4 Mar 2025 11:41:35 -0800 Subject: [PATCH] chore: remove auto-approve label from spec-update workflow --- .github/workflows/spec-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/spec-update.yml b/.github/workflows/spec-update.yml index d6bb01341d2c5..de8e5629fd8e1 100644 --- a/.github/workflows/spec-update.yml +++ b/.github/workflows/spec-update.yml @@ -154,7 +154,7 @@ jobs: # Pull Request details title: "feat: update L1 CloudFormation resource definitions" body-path: ${{ runner.temp }}/PR.md - labels: contribution/core,dependencies,auto-approve,pr-linter/exempt-integ-test,pr-linter/exempt-readme,pr-linter/exempt-test + labels: contribution/core,dependencies,pr-linter/exempt-integ-test,pr-linter/exempt-readme,pr-linter/exempt-test team-reviewers: aws-cdk-team # Github prevents further Github actions to be run if the default Github token is used. # Instead use a privileged token here, so further GH actions can be triggered on this PR.