Skip to content

Commit 53a89f3

Browse files
chore(deps): update marocchino/sticky-pull-request-comment digest to 7737449 (#431)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Sahid Velji <[email protected]>
1 parent c92e733 commit 53a89f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919

20-
- uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2
20+
- uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2
2121
# When the previous steps fails, the workflow would stop. By adding this
2222
# condition you can continue the execution with the populated error message.
2323
if: always() && (steps.lint_pr_title.outputs.error_message != null)
@@ -36,7 +36,7 @@ jobs:
3636
3737
# Delete a previous comment when the issue has been resolved
3838
- if: ${{ steps.lint_pr_title.outputs.error_message == null }}
39-
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2
39+
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2
4040
with:
4141
header: pr-title-lint-error
4242
delete: true

0 commit comments

Comments
 (0)