From 60b45b67fec2efb80da2acc09ce520bebdc724ad Mon Sep 17 00:00:00 2001 From: Daniel Hawton Date: Wed, 30 Oct 2024 14:23:50 -0600 Subject: [PATCH] [release-1.24] Automated branching step 4 (#2270) --- CODEOWNERS | 2 +- common/Makefile.common.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index e5999040..422d763b 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* @istio/wg-user-experience-maintainers +* @istio/release-managers-1-24 diff --git a/common/Makefile.common.mk b/common/Makefile.common.mk index 384737d7..d27b30eb 100644 --- a/common/Makefile.common.mk +++ b/common/Makefile.common.mk @@ -92,7 +92,7 @@ mirror-licenses: mod-download-go @license-lint --mirror TMP := $(shell mktemp -d -u) -UPDATE_BRANCH ?= "master" +UPDATE_BRANCH ?= "release-1.24" BUILD_TOOLS_ORG ?= "istio"