Skip to content

Commit 9608f9b

Browse files
lpcoxCopilot
andauthored
Update guards/github-guard/rust-guard/src/labels/tool_rules.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 06a48f1 commit 9608f9b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

guards/github-guard/rust-guard/src/labels/tool_rules.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,8 +534,9 @@ pub fn apply_tool_labels(
534534
}
535535

536536
// === Granular repo-scoped write operations ===
537-
// Covers granular issue PATCH tools, sub-issue management, granular PR PATCH tools,
538-
// and PR review tools. All follow: S = S(repo), I = writer.
537+
// Covers granular issue mutation tools (including custom field mutations),
538+
// sub-issue management, granular PR mutation tools, and PR review tools.
539+
// All follow: S = S(repo), I = writer.
539540
"update_issue_assignees"
540541
| "update_issue_body"
541542
| "update_issue_labels"

0 commit comments

Comments
 (0)