Skip to content

Commit 81771c9

Browse files
chore(deps): bump marocchino/sticky-pull-request-comment from 2 to 3 (#3778)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d2cd161 commit 81771c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr.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@v2
20+
- uses: marocchino/sticky-pull-request-comment@v3
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@v2
39+
uses: marocchino/sticky-pull-request-comment@v3
4040
with:
4141
header: pr-title-lint-error
4242
delete: true

0 commit comments

Comments
 (0)