We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71da78a commit 9caf3a8Copy full SHA for 9caf3a8
.github/workflows/ci.yml
@@ -22,11 +22,12 @@ jobs:
22
git config --global user.email github-actions@github.com
23
git config --global user.name github-actions
24
25
- - name: Conventional commit check
+ - name: PR title check
26
if: ${{ github.event_name == 'pull_request' }}
27
uses: cocogitto/cocogitto-action@v3
28
with:
29
- verify: ${{ github.event.pull_request.title }}
+ verify: ""\"${{ github.event.pull_request.title }}\""
30
+ check: "false"
31
32
- name: Conventional commit check
33
Check some PRs
@@ -0,0 +1 @@
1
+README.md
0 commit comments