From e8887275aea647b83c60abbe14f4a77d72d95ec1 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 18:21:07 +0200 Subject: [PATCH] [release-11.5.2] CI: Add release branches to patch automation (#100527) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CI: Add release branches to patch automation (#100442) * CI: Add release branches to patch automation * Update .github/workflows/create-security-patch-from-security-mirror.yml Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com> --------- Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com> (cherry picked from commit a8b98ded665a81c70e14ce8706a3be3a691f67bd) Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com> --- .github/workflows/create-security-patch-from-security-mirror.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/create-security-patch-from-security-mirror.yml b/.github/workflows/create-security-patch-from-security-mirror.yml index e187149b8b4..f85239241ad 100644 --- a/.github/workflows/create-security-patch-from-security-mirror.yml +++ b/.github/workflows/create-security-patch-from-security-mirror.yml @@ -11,6 +11,7 @@ on: branches: - "main" - "v*.*.*" + - "release-*.*.*" # This is run before the pull request has been merged, so we'll run against the src branch jobs: