We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2cd161 commit 81771c9Copy full SHA for 81771c9
1 file changed
.github/workflows/pr.yml
@@ -17,7 +17,7 @@ jobs:
17
env:
18
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19
20
- - uses: marocchino/sticky-pull-request-comment@v2
+ - uses: marocchino/sticky-pull-request-comment@v3
21
# When the previous steps fails, the workflow would stop. By adding this
22
# condition you can continue the execution with the populated error message.
23
if: always() && (steps.lint_pr_title.outputs.error_message != null)
@@ -36,7 +36,7 @@ jobs:
36
37
# Delete a previous comment when the issue has been resolved
38
- if: ${{ steps.lint_pr_title.outputs.error_message == null }}
39
- uses: marocchino/sticky-pull-request-comment@v2
+ uses: marocchino/sticky-pull-request-comment@v3
40
with:
41
header: pr-title-lint-error
42
delete: true
0 commit comments