Skip to content

Commit f2d6941

Browse files
chore(deps): update marocchino/sticky-pull-request-comment digest to 7737449
1 parent 12c6292 commit f2d6941

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id: lint_pr_title
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23-
- uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2
23+
- uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2
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)
@@ -43,7 +43,7 @@ jobs:
4343
4444
# Delete a previous comment when the issue has been resolved
4545
- if: ${{ steps.lint_pr_title.outputs.error_message == null }}
46-
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2
46+
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2
4747
with:
4848
header: pr-title-lint-error
4949
delete: true

0 commit comments

Comments
 (0)