Skip to content

Commit

Permalink
ci: add comment if release won't be created
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Sep 20, 2024
1 parent 1e4db4e commit d66717b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/preview-changeset-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ jobs:
${{ steps.notes.outputs.release-notes }}
- name: 'Add comment to PR'
if: steps.notes.outputs.release-notes == ''
uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31
with:
header: Release notes
recreate: true
message: |
⚠️ This PR will not create a new release.
- name: 'Add release notes preview to the job summary'
if: steps.notes.outputs.release-notes != ''
run: |
Expand Down

0 comments on commit d66717b

Please sign in to comment.