Skip to content

Commit

Permalink
udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
zz-jason committed Dec 21, 2023
1 parent 0588543 commit 29a64b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PR Title
on:
pull_request:
branches: [ master ]
types: [opened, edited, synchronize]
types: [opened, synchronize, reopened, edited]

jobs:
build:
Expand All @@ -12,6 +12,6 @@ jobs:
pull-requests: read
steps:
- name: Conventional Commits Check
uses: agenthunt/[email protected].0
uses: ytanikin/[email protected].0
with:
pr-body-regex: ".+"
task_types: '["feat","fix","perf","chore","revert"]'

0 comments on commit 29a64b7

Please sign in to comment.