File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # v3.0.5
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)
3939
4040 # Delete a previous comment when the issue has been resolved
4141 - if : ${{ steps.lint_pr_title.outputs.error_message == null }}
42- uses : marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2
42+ uses : marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # v3.0.5
4343 with :
4444 header : pr-title-lint-error
4545 delete : true
You can’t perform that action at this time.
0 commit comments