Skip to content

Commit fec9efc

Browse files
committed
chore(project): add ci conventional commit type
1 parent e34da9b commit fec9efc

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@ repos:
99
- --strict
1010
- --verbose
1111
- --scopes
12-
- core,config,context,providers,state,project,nvim,codex
13-
- feat
14-
- fix
12+
- codex,config,context,core,nvim,project,providers,state
13+
- chore
14+
- ci
1515
- docs
1616
- enhance
17-
- chore
18-
- test
17+
- feat
18+
- fix
1919
- refactor
2020
- release
21+
- test
2122
- repo: local
2223
hooks:
2324
- id: codex-fmt-check

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ Use [conventional commits](https://www.conventionalcommits.org/):
291291
<type>(<scope>): <subject>
292292
```
293293

294-
**Types:** `feat`, `fix`, `docs`, `enhance`, `chore`, `test`, `refactor`,
294+
**Types:** `feat`, `fix`, `docs`, `enhance`, `chore`, `ci`, `test`, `refactor`,
295295
`release`
296296

297297
**Scopes:** `core`, `config`, `context`, `providers`, `state`, `project`,

0 commit comments

Comments
 (0)