We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd42687 commit 7521ec8Copy full SHA for 7521ec8
.github/workflows/release-readiness.yml
@@ -38,6 +38,7 @@ jobs:
38
repository: 'smithy-lang/smithy-kotlin'
39
40
- name: Check for smithy-kotlin unreleased changes
41
+ if: ${{ !contains(github.event.pull_request.labels.*.name, 'ready-for-release') }}
42
run: |
43
echo "aws-sdk-kotlin branch: $GITHUB_HEAD_REF"
44
0 commit comments