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 644bcae commit 8a2d4c9Copy full SHA for 8a2d4c9
.github/conventional-commit-lint.yaml
.github/workflows/lint-pr.yaml
@@ -0,0 +1,19 @@
1
+name: "Lint PR"
2
+
3
+on:
4
+ pull_request_target:
5
+ types:
6
+ - opened
7
+ - edited
8
+ - reopened
9
10
+jobs:
11
+ lint-pr:
12
+ name: Validate PR title
13
+ runs-on: ubuntu-latest
14
+ permissions:
15
+ pull-requests: read
16
+ steps:
17
+ - uses: amannn/action-semantic-pull-request@v5
18
+ env:
19
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments