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 43
43
The subject "{subject}" found in the pull request title "{title}"
44
44
didn't match the configured pattern. Please ensure that the subject
45
45
starts with an uppercase character.
46
- - uses : marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db
46
+ - uses : marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943
47
47
# When the previous steps fails, the workflow would stop. By adding this
48
48
# condition you can continue the execution with the populated error message.
49
49
if : always() && (steps.lint_pr_title.outputs.error_message != null)
63
63
```
64
64
# Delete a previous comment when the issue has been resolved
65
65
- if : ${{ steps.lint_pr_title.outputs.error_message == null }}
66
- uses : marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db
66
+ uses : marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943
67
67
with :
68
68
header : pr-title-lint-error
69
69
delete : true
You can’t perform that action at this time.
0 commit comments