Skip to content

Commit aabeafe

Browse files
authored
Add release label on auto-generated release PRs (#6)
Add `release` label on auto-generated release PRs
1 parent f2d7931 commit aabeafe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/gen-release-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
title: Release ${{ steps.latest.outputs.output }}
3535
branch: release/${{ steps.latest.outputs.output }}
3636
commit-message: Release ${{ steps.latest.outputs.output }}
37+
labels: release
3738
body: |
3839
TODO:
3940
- [ ] Update [bastionzero/bastionzero.go#libraryVersion](https://github.com/bastionzero/bastionzero-sdk-go/blob/master/bastionzero/bastionzero.go) to `"${{ steps.latest.outputs.output }}"` before merging.

0 commit comments

Comments
 (0)