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.
2 parents 0cabb55 + 7bf499f commit d1dd40dCopy full SHA for d1dd40d
README.md
@@ -1,4 +1,4 @@
1
-# convetional-commits-checker
+# conventional-commits-checker
2
Check that all pull request commits are following conventional commits
3
4
#### The default commit validation pattern is: `feat: #0000 - My Message commit`
@@ -29,7 +29,7 @@ jobs:
29
token: ${{ secrets.PAT }} # your personal access token
30
fetch-depth: 0
31
- name: Conventional Commits Checker
32
- uses: netodevel/convetional-commits-checker@v1
+ uses: netodevel/convetional-commits-checker@v1.0.1
33
id: commits-check
34
with: # do not change the order of params
35
target-branch: ${{ github.event.pull_request.base.ref }} #required
0 commit comments