From d1d45e83269ddcfa653129dcc51f18e8beb189d7 Mon Sep 17 00:00:00 2001 From: Karl Rister Date: Fri, 18 Jul 2025 14:42:29 -0500 Subject: [PATCH] updates for the releases ruleset - allow the "bot" to bypass the rules which is necessary for some if it's action (ie. update) - include the 'ci-version-test' branch - since the "bot" can bypass the rules there is no reason to exclude this branch --- .github/rulesets/branches/releases.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/rulesets/branches/releases.json b/.github/rulesets/branches/releases.json index 4f04401..e68dfea 100644 --- a/.github/rulesets/branches/releases.json +++ b/.github/rulesets/branches/releases.json @@ -9,7 +9,8 @@ "ref_name": { "exclude": [], "include": [ - "refs/heads/20[2-9][0-9]\\.[1234]" + "refs/heads/20[2-9][0-9]\\.[1234]", + "refs/heads/ci-version-test" ] } }, @@ -28,11 +29,18 @@ "require_code_owner_review": false, "require_last_push_approval": false, "required_review_thread_resolution": true, + "automatic_copilot_code_review_enabled": false, "allowed_merge_methods": [ "merge" ] } } ], - "bypass_actors": [] + "bypass_actors": [ + { + "actor_id": 962037, + "actor_type": "Integration", + "bypass_mode": "always" + } + ] } \ No newline at end of file