Skip to content

Commit e6ddc0d

Browse files
authored
Update pr-title-lint.yml
1 parent cfa0a8d commit e6ddc0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-title-lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: amannn/action-semantic-pull-request@505e44b4f33b4c801f063838b3f053990ee46ea7 #version 4.6.0
1414
id: lint_pr_title
1515
env:
16-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN}}
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1717
with:
1818
subjectPattern: ^(?![A-Z]).+$
1919
subjectPatternError: |
@@ -22,6 +22,7 @@ jobs:
2222
# Comments the error message from the above lint_pr_title action
2323
- if: ${{ always() && steps.lint_pr_title.outputs.error_message != null}}
2424
name: Comment on PR
25+
2526
uses: marocchino/sticky-pull-request-comment@39c5b5dc7717447d0cba270cd115037d32d28443 #version 2.2
2627
with:
2728
header: pr-title-lint-error

0 commit comments

Comments
 (0)