From c3d791a5c54570f44b8b15dc7becfed4b5c2c500 Mon Sep 17 00:00:00 2001 From: Kevin Minehart <5140827+kminehart@users.noreply.github.com> Date: Thu, 12 Jun 2025 21:27:22 -0500 Subject: [PATCH] CI: Add placeholder target input to release-pr (#106681) Add placeholder target input to release-pr --- .github/workflows/release-pr.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release-pr.yml b/.github/workflows/release-pr.yml index c2f22c755fa..06a644f5843 100644 --- a/.github/workflows/release-pr.yml +++ b/.github/workflows/release-pr.yml @@ -16,6 +16,10 @@ on: required: true type: string description: The version of Grafana that is being released (without the `v` prefix)` + target: + required: false + type: string + description: 'Unused: left here for backwards compatibility' changelog: required: false type: boolean