diff --git a/.github/workflows/pr-auto-label.yml b/.github/workflows/pr-auto-label.yml index ef741eb..1a7c2de 100644 --- a/.github/workflows/pr-auto-label.yml +++ b/.github/workflows/pr-auto-label.yml @@ -30,7 +30,7 @@ jobs: 'feat': 'feature', 'feature': 'feature', 'improvement': 'enhancement', - 'doc': 'documentation', + 'docs': 'documentation', 'readme': 'documentation', 'chore': 'chore', 'bump': 'dependencies', diff --git a/docs/source/development/git.md b/docs/source/development/git.md index 3afc754..516454e 100644 --- a/docs/source/development/git.md +++ b/docs/source/development/git.md @@ -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