Skip to content

Commit 8a067b3

Browse files
authored
ci: configures conventional-commit github action (#56)
1 parent 612bdf9 commit 8a067b3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Conventional Commit
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, reopened, edited]
6+
7+
jobs:
8+
validate-pr-title:
9+
permissions:
10+
pull-requests: write
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Ensure PR Title Conforms To Conventional Commit Message
14+
uses: ytanikin/[email protected]
15+
with:
16+
task_types: '["feature","fix","docs","tests","build","ci","refactor","chore","revert","linter","types"]'

0 commit comments

Comments
 (0)