From 6707d1492109cf8d8018e44e64e22ae39b61d167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Em=C3=ADdio=20Neto?= <9735060+emdneto@users.noreply.github.com> Date: Tue, 6 Jan 2026 20:13:17 -0300 Subject: [PATCH] Add CC users for performance alert comments --- .github/workflows/benchmarks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 1b555eb38aa..209a682e776 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -42,3 +42,4 @@ jobs: # Alert with a commit comment on possible performance regression alert-threshold: '200%' comment-on-alert: true + alert-comment-cc-users: "@open-telemetry/python-approvers,@open-telemetry/python-maintainers"