We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f64307 commit 56b909cCopy full SHA for 56b909c
1 file changed
.github/workflows/release-patch-from-comment.yml
@@ -51,7 +51,7 @@ jobs:
51
})
52
53
- name: 'Comment on Failure'
54
- if: "steps.pr_status.outputs.STATE != 'MERGED'"
+ if: "steps.slash_command.outputs.dispatched == 'true' && steps.pr_status.outputs.STATE != 'MERGED'"
55
uses: 'peter-evans/create-or-update-comment@67dcc547d311b736a8e6c5c236542148a47adc3d'
56
with:
57
issue-number: '${{ github.event.issue.number }}'
0 commit comments