Skip to content

Commit c4df6f3

Browse files
committed
feat: add conventional PR title workflow
1 parent 9653f8a commit c4df6f3

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Conventional PR Title
2+
3+
on:
4+
pull_request:
5+
types: [opened, reopened, edited]
6+
7+
permissions:
8+
pull-requests: read
9+
10+
jobs:
11+
conventional-pr-title:
12+
uses: chinmina/.github/.github/workflows/conventional-pr-title.yml@verified-actions

0 commit comments

Comments
 (0)