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 1717 env :
1818 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1919
20- - uses : marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2
20+ - uses : marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2
2121 # When the previous steps fails, the workflow would stop. By adding this
2222 # condition you can continue the execution with the populated error message.
2323 if : always() && (steps.lint_pr_title.outputs.error_message != null)
3636
3737 # Delete a previous comment when the issue has been resolved
3838 - if : ${{ steps.lint_pr_title.outputs.error_message == null }}
39- uses : marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2
39+ uses : marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2
4040 with :
4141 header : pr-title-lint-error
4242 delete : true
You can’t perform that action at this time.
0 commit comments