diff --git a/.gemini/skills/github-issue-triage/references/triage_rules.md b/.gemini/skills/github-issue-triage/references/triage_rules.md index a019074001..41e1ce48b4 100644 --- a/.gemini/skills/github-issue-triage/references/triage_rules.md +++ b/.gemini/skills/github-issue-triage/references/triage_rules.md @@ -71,6 +71,7 @@ If there is a cross-referenced PR in `cross_references` where `is_pr` is `true` a. Determine if the issue should be **Help-wanted** (using the Categorization Guide). b. If it should NOT be **Help-wanted**: - Execute `gh issue edit --remove-label "status/need-triage"` + - Execute `gh issue comment --body "$(echo -e "### Triage Summary\n\n")"` - **STOP EXECUTION**. (Do not reopen the PR). c. If it should be **Help-wanted**: - Reopen the PR: `gh pr reopen `