feat: add dynamic run-names to patch release workflows (#12336)

This commit is contained in:
matt korwel
2025-10-30 19:33:27 -07:00
committed by GitHub
parent db37c715c0
commit f566df91c8
3 changed files with 11 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
name: 'Release: Patch (3) Release'
run-name: >-
Release Patch (3) Release | T:${{ inputs.type }} | R:${{ inputs.release_ref }} ${{ inputs.original_pr && format('| PR:#{0}', inputs.original_pr) || '' }}
on:
workflow_dispatch:
inputs: