Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr-auto-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
'feat': 'feature',
'feature': 'feature',
'improvement': 'enhancement',
'doc': 'documentation',
'docs': 'documentation',
'readme': 'documentation',
'chore': 'chore',
'bump': 'dependencies',
Expand Down
1 change: 1 addition & 0 deletions docs/source/development/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,7 @@ oco config set OCO_API_KEY=xxx
```bash
oco config set OCO_GITPUSH=false # 关闭自动 push
oco config set OCO_ONE_LINE_COMMIT=true # 单行 commit
oco config set OCO_OMIT_SCOPE=true # 省略 scope
```

4. 使用 oco 命令生成 commit
Expand Down
Loading