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 19
19
20
20
- name : Comment on the PR if the title doesn't follow the Conventional Commits specification
21
21
if : always() && (steps.lint_pr_title.outputs.error_message != null)
22
- uses : marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
22
+ uses : marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943 # v2.9.3
23
23
with :
24
24
header : pr-title-lint-error
25
25
message : |
35
35
36
36
- name : Delete the previous comment once the PR title has been updated
37
37
if : ${{ steps.lint_pr_title.outputs.error_message == null }}
38
- uses : marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
38
+ uses : marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943 # v2.9.3
39
39
with :
40
40
header : pr-title-lint-error
41
41
delete : true
You can’t perform that action at this time.
0 commit comments