Skip to content

Commit e5c5476

Browse files
authored
fix: skip state: released flagged issues and PRs during release commenting (#535)
Skip `state: released` flagged issues and prs in the apexskier/github-release-commenter action in the release build pipeline
1 parent c719032 commit e5c5476

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,8 @@ jobs:
293293
This is addressed in release {release_link}.
294294
label-template: |
295295
state: released
296+
skip-label: |
297+
state: released
296298
- name: Checkout sources
297299
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
298300
with:

0 commit comments

Comments
 (0)