We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d027b4 commit 15eb387Copy full SHA for 15eb387
1 file changed
.github/workflows/release-v1-finalize.yml
@@ -79,6 +79,7 @@ jobs:
79
env:
80
GH_TOKEN: ${{ github.token }}
81
run: |
82
+ gh label create "autorelease: tagged" --color "EDEDED" --description "Tagged release" || true
83
gh pr edit ${{ github.event.pull_request.number }} \
84
--remove-label "autorelease: pending" \
85
--add-label "autorelease: tagged"
0 commit comments