File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,13 @@ jobs:
1111 permissions : {}
1212 runs-on : ubuntu-latest
1313 steps :
14- - name : Check branch name
14+ - name : Update deprecated shape cutoff date
1515 run : |
1616 # Only continue on branches starting with vX.X (e.g. v1.2, v1.2.3, v1.2-main)
1717 if [[ ! "${{ github.head_ref }}" =~ ^v[0-9]+\.[0-9]+.*$ ]]; then
1818 exit 0
1919 fi
2020
21- - name : Update deprecated shape cutoff date
22- run : |
2321 echo "Please update the deprecated shape cutoff date and add the 'updated-deprecated-shape-cutoff-date' label"
2422 echo "It must be set to the release date of the current minor version"
2523 echo "See: https://github.com/aws/aws-sdk-kotlin/blob/8df78fb048ddc40120c8fe370cd3e0d35c077b2b/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/sdk/Util.kt#L16"
You can’t perform that action at this time.
0 commit comments