File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
27
27
HUSKY : 0
28
28
29
- - uses : marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
29
+ - uses : marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
30
30
# When the previous steps fails, the workflow would stop. By adding this
31
31
# condition you can continue the execution with the populated error message.
32
32
if : always() && (steps.lint_pr_title.outputs.error_message != null)
45
45
46
46
# Delete a previous comment when the issue has been resolved
47
47
- if : ${{ steps.lint_pr_title.outputs.error_message == null }}
48
- uses : marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
48
+ uses : marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
49
49
with :
50
50
header : pr-title-lint-error
51
51
delete : true
You can’t perform that action at this time.
0 commit comments