Skip to content

Commit ab2f350

Browse files
authored
chore: exempt the spec update PRs from usual PR requirements (#26548)
This is needed so these PRs will merge without manual intervention. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 494bb4b commit ab2f350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/spec-update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
title: 'feat: update AWS Service Spec'
8282
body: |-
8383
AWS Service Spec packages to latest versions.
84-
labels: contribution/core,dependencies,auto-approve
84+
labels: contribution/core,dependencies,auto-approve,pr-linter/exempt-integ-test,pr-linter/exempt-readme,pr-linter/exempt-test
8585
team-reviewers: aws-cdk-team
8686
# Github prevents further Github actions to be run if the default Github token is used.
8787
# Instead use a privileged token here, so further GH actions can be triggered on this PR.

0 commit comments

Comments
 (0)