Skip to content

Commit 8a11a9f

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

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)