From d10a32327553a3bc92d38e61ae81c7e1495f62a3 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Mon, 27 Jul 2026 20:04:33 -0700 Subject: [PATCH] Require clean Copilot review on main for opentelemetry-java-instrumentation --- .github/scripts/pull-request-dashboard/repositories.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/scripts/pull-request-dashboard/repositories.json b/.github/scripts/pull-request-dashboard/repositories.json index 40e3482c016..23c88a6319d 100644 --- a/.github/scripts/pull-request-dashboard/repositories.json +++ b/.github/scripts/pull-request-dashboard/repositories.json @@ -22,7 +22,8 @@ }, { "name": "opentelemetry-java-instrumentation", - "approver_teams": ["java-instrumentation-approvers"] + "approver_teams": ["java-instrumentation-approvers"], + "require_clean_copilot_review_branches": ["main"] }, { "name": "opentelemetry-js",