chore(github): 配置默认 PR 评审人与 issue 处理人#120
Merged
Merged
Conversation
- 新增 .github/CODEOWNERS:所有改动默认请求 @huhamhire 评审 - 新增 issue 模板(缺陷报告 / 功能建议),均 assignees: huhamhire - config.yml 关闭空白 issue、强制走模板,确保新 issue 默认有处理人,并加文档外链 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Owner
Author
|
改为直接合入 dev,无需 PR(按维护者要求)。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
为仓库设置默认评审人与 issue 处理人(均为维护者 @huhamhire,当前唯一具写权限的协作者)。
变更
.github/CODEOWNERS:* @huhamhire——任何 PR 开启时自动请求 @huhamhire 评审(PR 作者本人不会被请求,主要对外部贡献者 PR 生效)。.github/ISSUE_TEMPLATE/:bug_report.yml(labels: bug)、feature_request.yml(labels: enhancement),均assignees: huhamhire。config.yml关闭空白 issue、强制走模板,确保新建 issue 默认有处理人;并加「使用文档」外链。生效说明
🤖 Generated with Claude Code