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