Skip to content

Commit

Permalink
update rules
Browse files Browse the repository at this point in the history
  • Loading branch information
zz-jason committed Dec 21, 2023
1 parent a7ede56 commit 0588543
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Conventional Commits Check
name: PR Title

on:
pull_request:
Expand All @@ -8,6 +8,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- name: Conventional Commits Check
uses: agenthunt/[email protected]
with:
pr-body-regex: ".+"

0 comments on commit 0588543

Please sign in to comment.