Skip to content

Commit 6169211

Browse files
authored
chore: remove auto-approve label from spec-update workflow (#33686)
### Description of changes Remove the auto-approve label being added to the L1 CFN resource definition update PR. We want to manually review this PR before merging it in for any potential breaking changes. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent f2cd24d commit 6169211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spec-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
# Pull Request details
155155
title: "feat: update L1 CloudFormation resource definitions"
156156
body-path: ${{ runner.temp }}/PR.md
157-
labels: contribution/core,dependencies,auto-approve,pr-linter/exempt-integ-test,pr-linter/exempt-readme,pr-linter/exempt-test
157+
labels: contribution/core,dependencies,pr-linter/exempt-integ-test,pr-linter/exempt-readme,pr-linter/exempt-test
158158
team-reviewers: aws-cdk-team
159159
# Github prevents further Github actions to be run if the default Github token is used.
160160
# Instead use a privileged token here, so further GH actions can be triggered on this PR.

0 commit comments

Comments
 (0)