From bbde72c2370a64227f95521b713d683b2a3c80ff Mon Sep 17 00:00:00 2001 From: Coco Sheng Date: Wed, 8 Apr 2026 15:29:34 -0400 Subject: [PATCH] docs(skills): add key model functionalities to maintainer-only criteria --- .../builtin/github-issue-triage/references/triage_rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/skills/builtin/github-issue-triage/references/triage_rules.md b/packages/core/src/skills/builtin/github-issue-triage/references/triage_rules.md index d6bf64ebe1..e84616cd65 100644 --- a/packages/core/src/skills/builtin/github-issue-triage/references/triage_rules.md +++ b/packages/core/src/skills/builtin/github-issue-triage/references/triage_rules.md @@ -33,7 +33,7 @@ If there is a cross-referenced PR in `cross_references` where `is_pr` is `true` f. Comment on the PR: `gh pr comment --body "@, thank you for your contribution! We've reviewed the approach in this PR and decided to keep it closed because . We still welcome improvements here using a different approach! Feel free to open a new PR if you're interested."` g. **STOP EXECUTION**. - If it is worth resuming AND was closed by a bot: - a. Determine if the issue should be **Maintainer-only** (epic, core architecture, sensitive fixes, internal tasks, issues requiring deep investigation, changes to key UI/UX that affect all users, or modifications to core internal data structures and IPC mechanisms) or **Help-wanted** (small well-defined features, easy-to-fix bugs, good for community, or tasks ready for external help). + a. Determine if the issue should be **Maintainer-only** (epic, core architecture, sensitive fixes, internal tasks, issues requiring deep investigation, changes to key UI/UX that affect all users, modifications to core internal data structures and IPC mechanisms, or changes to key model functionalities) or **Help-wanted** (small well-defined features, easy-to-fix bugs, good for community, or tasks ready for external help). b. If it should be **Maintainer-only**: - Execute `gh issue edit --remove-label "status/need-triage" --add-label "🔒 maintainer only"` - **STOP EXECUTION**. (Do not reopen the PR).