File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2
20+ - uses : marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4
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)
3434 ```
3535 # Delete a previous comment when the issue has been resolved
3636 - if : ${{ steps.lint_pr_title.outputs.error_message == null }}
37- uses : marocchino/sticky-pull-request-comment@70d2764d1a7d5d9560b100cbea0077fc8f633987 # v3.0.2
37+ uses : marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # v3.0.4
3838 with :
3939 header : pr-title-lint-error
4040 delete : true
You can’t perform that action at this time.
0 commit comments