We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30186c6 commit 7cd95abCopy full SHA for 7cd95ab
.github/workflows/conventional-commit-pr-title.yml
@@ -0,0 +1,19 @@
1
+name: Conventional Commit PR Title
2
+on:
3
+ pull_request:
4
+ types:
5
+ - opened
6
+ - edited
7
+ - reopened
8
+ - synchronize
9
+
10
+jobs:
11
+ main:
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@v6
18
+ env:
19
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments