Skip to content

Commit d43f688

Browse files
chore: Bump marocchino/sticky-pull-request-comment from 2.9.2 to 2.9.3 (#1373)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 58c02ba commit d43f688

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull-request-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
revert
3636
style
3737
requireScope: false
38-
- uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db
38+
- uses: marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943
3939
# When the previous steps fails, the workflow would stop. By adding this
4040
# condition you can continue the execution with the populated error message.
4141
if: always() && (steps.lint_pr_title.outputs.error_message != null)
@@ -53,7 +53,7 @@ jobs:
5353
```
5454
# Delete a previous comment when the issue has been resolved
5555
- if: ${{ steps.lint_pr_title.outputs.error_message == null }}
56-
uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db
56+
uses: marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943
5757
with:
5858
header: pr-title-lint-error
5959
delete: true

0 commit comments

Comments
 (0)