Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9caf3a8

Browse files
committedMay 30, 2024··
chore: dummy commit
1 parent 71da78a commit 9caf3a8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed
 

‎.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,12 @@ jobs:
2222
git config --global user.email github-actions@github.com
2323
git config --global user.name github-actions
2424
25-
- name: Conventional commit check
25+
- name: PR title check
2626
if: ${{ github.event_name == 'pull_request' }}
2727
uses: cocogitto/cocogitto-action@v3
2828
with:
29-
verify: ${{ github.event.pull_request.title }}
29+
verify: ""\"${{ github.event.pull_request.title }}\""
30+
check: "false"
3031

3132
- name: Conventional commit check
3233
uses: cocogitto/cocogitto-action@v3

‎Check some PRs

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
README.md

0 commit comments

Comments
 (0)
Please sign in to comment.