CI: Add placeholder target input to release-pr (#106681)

Add placeholder target input to release-pr
This commit is contained in:
Kevin Minehart
2025-06-13 04:27:22 +02:00
committed by GitHub
parent 0016b57486
commit c3d791a5c5
+4
View File
@@ -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