Skip to content

Commit

Permalink
ci: add verify PR action
Browse files Browse the repository at this point in the history
oknozor committed May 30, 2024
1 parent ea5e052 commit 71da78a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -23,7 +23,14 @@ jobs:
git config --global user.name github-actions
- name: Conventional commit check
uses: cocogitto/cocogitto-action@v3.7
if: ${{ github.event_name == 'pull_request' }}
uses: cocogitto/cocogitto-action@v3
with:
verify: ${{ github.event.pull_request.title }}

- name: Conventional commit check
uses: cocogitto/cocogitto-action@v3
with:
git-user: 'github-actions'
git-user-email: 'github-actions@github.com'
git-user-email: 'github-actions@github.com'

0 comments on commit 71da78a

Please sign in to comment.