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 c2a39be commit ea501ceCopy full SHA for ea501ce
.github/workflows/pr.yml
@@ -0,0 +1,21 @@
1
+name: Check PR title
2
+on:
3
+ pull_request:
4
+ types:
5
+ - opened
6
+ - reopened
7
+ - edited
8
+ - synchronize
9
+
10
+jobs:
11
+ lint:
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - uses: aslafy-z/[email protected]
15
+ with:
16
+ success-state: Title follows the specification.
17
+ failure-state: Title does not follow the specification.
18
+ context-name: conventional-pr-title
19
+ preset: conventional-changelog-angular@latest
20
+ env:
21
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments