Skip to content

Commit

Permalink
fix: skip state: released flagged issues and PRs during release com…
Browse files Browse the repository at this point in the history
…menting (#535)

Skip `state: released` flagged issues and prs in the apexskier/github-release-commenter action in the release build pipeline
  • Loading branch information
vbreuss authored Mar 29, 2024
1 parent c719032 commit e5c5476
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ jobs:
This is addressed in release {release_link}.
label-template: |
state: released
skip-label: |
state: released
- name: Checkout sources
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
Expand Down

0 comments on commit e5c5476

Please sign in to comment.