From 134cde303b8af8c0cb1f59dbe5e651113b6d25f0 Mon Sep 17 00:00:00 2001 From: Florent Clarret Date: Fri, 17 Jul 2026 14:31:57 +0200 Subject: [PATCH] Add agent-delivery team to branch restrictions Agent Delivery is no longer part of the agent-supply-chain group, so it needs to be explicitly added to the release branch restrictions. --- repository.datadog.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/repository.datadog.yml b/repository.datadog.yml index b9260e52aa29..672e2487558f 100644 --- a/repository.datadog.yml +++ b/repository.datadog.yml @@ -16,6 +16,7 @@ branches: ^6\.[0-9]+\.x$: github_teams_restrictions: - agent-supply-chain + - agent-delivery --- schema-version: v1 kind: buildimpactanalysis