From 6135518813e599ddc5d2e7b9c7632ae1b9b613e1 Mon Sep 17 00:00:00 2001 From: "agent-platform-auto-pr[bot]" <153269286+agent-platform-auto-pr[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 10:30:56 +0100 Subject: [PATCH] [Backport 6.53.x] feat(MQ): Grant merge permissions on release branches for agent-supply-chain (#33744) Co-authored-by: Nicolas Schweitzer --- repository.datadog.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/repository.datadog.yml b/repository.datadog.yml index 1e16d32886dcf..f401dee0153ad 100644 --- a/repository.datadog.yml +++ b/repository.datadog.yml @@ -8,6 +8,13 @@ speculative_max_depth: 5 wait_for_check_timeout_in_minutes: 240 gitlab_jobs_retry_enable: true skip_labels: true +branches: + - /^7\.[0-9]+\.x$/: + github_teams_restrictions: + - "agent-supply-chain" + - /^6\.[0-9]+\.x$/: + github_teams_restrictions: + - "agent-supply-chain" --- schema-version: v1 kind: buildimpactanalysis