From a599222a633c35e0ea67bcaa25b2436c29d6c2bb Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 18:08:12 +0200 Subject: [PATCH] [release-11.6.7] Include author in patch creation (#112693) Include author in patch creation (#112675) Include author in security mirror (cherry picked from commit ef2e62c8522d5a61ec8038786ea2c5cb9f5c46f7) 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 7499d925236..54dfcc668e8 100644 --- a/.github/workflows/create-security-patch-from-security-mirror.yml +++ b/.github/workflows/create-security-patch-from-security-mirror.yml @@ -25,4 +25,5 @@ jobs: patch_ref: "${{ github.base_ref }}" # this is the target branch name, Ex: "main" patch_repo: "grafana/grafana-security-patches" patch_prefix: "${{ github.event.pull_request.number }}" + sender: "${{ github.event.pull_request.user.login }}" secrets: inherit # zizmor: ignore[secrets-inherit]