Skip to content

Commit 998c06c

Browse files
chore(deps): update marocchino/sticky-pull-request-comment action to v3 (#248)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a86856b commit 998c06c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-title-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@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)
@@ -34,7 +34,7 @@ jobs:
3434
```
3535
# Delete a previous comment when the issue has been resolved
3636
- if: ${{ steps.lint_pr_title.outputs.error_message == null }}
37-
uses: marocchino/sticky-pull-request-comment@v2
37+
uses: marocchino/sticky-pull-request-comment@v3
3838
with:
3939
header: pr-title-lint-error
4040
delete: true

0 commit comments

Comments
 (0)