From ef2e62c8522d5a61ec8038786ea2c5cb9f5c46f7 Mon Sep 17 00:00:00 2001 From: Kevin Minehart <5140827+kminehart@users.noreply.github.com> Date: Tue, 21 Oct 2025 09:03:31 +0200 Subject: [PATCH] Include author in patch creation (#112675) Include author in security mirror --- .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]