Skip to content

Commit e42ce71

Browse files
Copilotlpcox
andauthored
Add DIFC labeling rule for create_pull_request_with_copilot
Agent-Logs-Url: https://github.com/github/gh-aw-mcpg/sessions/d979a196-eae6-4b3f-bee9-f88ecbcfe8ae Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
1 parent 50a718c commit e42ce71

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,8 @@ pub fn apply_tool_labels(
569569

570570
// === Issue/PR write operations (repo-scoped) ===
571571
"create_issue" | "issue_write" | "sub_issue_write" | "add_issue_comment"
572-
| "create_pull_request" | "update_pull_request" | "merge_pull_request"
572+
| "create_pull_request" | "create_pull_request_with_copilot"
573+
| "update_pull_request" | "merge_pull_request"
573574
| "pull_request_review_write" | "add_comment_to_pending_review"
574575
| "add_reply_to_pull_request_comment" => {
575576
// Write operations that return the created/modified resource.

0 commit comments

Comments
 (0)