From 63cc895746b20f5d9bcb8089fa404c28a97f3ee3 Mon Sep 17 00:00:00 2001 From: rldyourmnd Date: Mon, 14 Sep 2026 21:35:37 +0500 Subject: [PATCH] fix(ruleset): disable extra approval for unattributed agent commits GitHub treats Cursor co-authors as unattributed. Record extra-approval false so a later ruleset apply cannot default the gate back on. --- .github/rulesets/branch-main.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/rulesets/branch-main.json b/.github/rulesets/branch-main.json index f0c9c89..facf8b2 100644 --- a/.github/rulesets/branch-main.json +++ b/.github/rulesets/branch-main.json @@ -21,6 +21,7 @@ "require_code_owner_review": false, "require_last_push_approval": false, "required_review_thread_resolution": true, + "require_extra_approval_for_unattributed_changes": false, "required_reviewers": [], "dismissal_restriction": {"enabled": false, "allowed_actors": []}, "allowed_merge_methods": ["merge", "squash"]