chore: add semantic action

This commit is contained in:
Steven 2024-11-06 21:15:53 +08:00
parent ad50aec2db
commit 5601daef40

13
.github/semantic.yml vendored Normal file
View file

@ -0,0 +1,13 @@
enabled: true
# Only check PR title
titleOnly: true
types:
- feat
- fix
- refactor
- chore
- docs
- style
- test