Skip to content

Commit 7521ec8

Browse files
committed
release-readiness: Support "ready-for-release" label
1 parent cd42687 commit 7521ec8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-readiness.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
repository: 'smithy-lang/smithy-kotlin'
3939

4040
- name: Check for smithy-kotlin unreleased changes
41+
if: ${{ !contains(github.event.pull_request.labels.*.name, 'ready-for-release') }}
4142
run: |
4243
echo "aws-sdk-kotlin branch: $GITHUB_HEAD_REF"
4344

0 commit comments

Comments
 (0)