Skip to content

Commit 3172c80

Browse files
authored
Merge pull request #10 from Rasic2/dev/zhouh
docs: Correct label mapping and add oco git configuration instructions
2 parents 41f1bd4 + d1eda2e commit 3172c80

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/pr-auto-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
'feat': 'feature',
3131
'feature': 'feature',
3232
'improvement': 'enhancement',
33-
'doc': 'documentation',
33+
'docs': 'documentation',
3434
'readme': 'documentation',
3535
'chore': 'chore',
3636
'bump': 'dependencies',

docs/source/development/git.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,7 @@ oco config set OCO_API_KEY=xxx
561561
```bash
562562
oco config set OCO_GITPUSH=false # 关闭自动 push
563563
oco config set OCO_ONE_LINE_COMMIT=true # 单行 commit
564+
oco config set OCO_OMIT_SCOPE=true # 省略 scope
564565
```
565566

566567
4. 使用 oco 命令生成 commit

0 commit comments

Comments
 (0)