We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfa0a8d commit e6ddc0dCopy full SHA for e6ddc0d
.github/workflows/pr-title-lint.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: amannn/action-semantic-pull-request@505e44b4f33b4c801f063838b3f053990ee46ea7 #version 4.6.0
14
id: lint_pr_title
15
env:
16
- GITHUB_TOKEN: ${{ secrets.GH_TOKEN}}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17
with:
18
subjectPattern: ^(?![A-Z]).+$
19
subjectPatternError: |
@@ -22,6 +22,7 @@ jobs:
22
# Comments the error message from the above lint_pr_title action
23
- if: ${{ always() && steps.lint_pr_title.outputs.error_message != null}}
24
name: Comment on PR
25
+
26
uses: marocchino/sticky-pull-request-comment@39c5b5dc7717447d0cba270cd115037d32d28443 #version 2.2
27
28
header: pr-title-lint-error
0 commit comments