mirror of
https://github.com/usememos/memos.git
synced 2025-11-09 17:01:36 +08:00
chore: add semantic action
This commit is contained in:
parent
ad50aec2db
commit
5601daef40
1 changed files with 13 additions and 0 deletions
13
.github/semantic.yml
vendored
Normal file
13
.github/semantic.yml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
enabled: true
|
||||||
|
|
||||||
|
# Only check PR title
|
||||||
|
titleOnly: true
|
||||||
|
|
||||||
|
types:
|
||||||
|
- feat
|
||||||
|
- fix
|
||||||
|
- refactor
|
||||||
|
- chore
|
||||||
|
- docs
|
||||||
|
- style
|
||||||
|
- test
|
||||||
Loading…
Add table
Reference in a new issue