Skip to content

Commit 65753a9

Browse files
authored
ci: Add semantic PR titles
Add Semantic PR title checks to CI
1 parent 3e3bc51 commit 65753a9

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/semantic.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
enabled: true
2+
types:
3+
- feat
4+
- fix
5+
- docs
6+
- style
7+
- refactor
8+
- perf
9+
- test
10+
- build
11+
- ci
12+
- chore
13+
- revert
14+
- change

0 commit comments

Comments
 (0)