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