1 parent 408aac9 commit f65d1e9Copy full SHA for f65d1e9
1 file changed
.github/workflows/pr-lint.yml
@@ -21,7 +21,7 @@ jobs:
21
env:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
24
- - uses: marocchino/sticky-pull-request-comment@v2
+ - uses: marocchino/sticky-pull-request-comment@v3.0.4
25
if: always() && steps.lint_pr_title.outputs.error_message != null
26
with:
27
header: pr-title-lint-error
@@ -36,7 +36,7 @@ jobs:
36
${{ steps.lint_pr_title.outputs.error_message }}
37
```
38
39
40
if: steps.lint_pr_title.outputs.error_message == null
41
42
0 commit comments