From 6cc847026b204ef91fee753b9c9e641ce9f4ff67 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Thu, 25 Jun 2026 12:48:00 -0700 Subject: [PATCH] Onboard opentelemetry-java to PR dashboard --- .github/scripts/pull-request-dashboard/repositories.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/scripts/pull-request-dashboard/repositories.json b/.github/scripts/pull-request-dashboard/repositories.json index 55d85f0..0e1ebdc 100644 --- a/.github/scripts/pull-request-dashboard/repositories.json +++ b/.github/scripts/pull-request-dashboard/repositories.json @@ -1,4 +1,10 @@ [ + { + "name": "opentelemetry-java", + "approver_teams": ["java-approvers"], + "slack_channel": "", + "slack_user_mapping": {} + }, { "name": "opentelemetry-java-instrumentation", "approver_teams": ["java-instrumentation-approvers"],