Include source PR number in cherry-picks (#42642)

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin
2025-11-13 16:06:26 +00:00
committed by GitHub
parent b900ac2ac7
commit cb7bd5fe19
2 changed files with 9 additions and 1 deletions
+5
View File
@@ -1,6 +1,7 @@
# Generated from xtask::workflows::cherry_pick
# Rebuild with `cargo xtask workflows`.
name: cherry_pick
run-name: 'cherry_pick to ${{ inputs.channel }} #${{ inputs.pr_number }}'
on:
workflow_dispatch:
inputs:
@@ -16,6 +17,10 @@ on:
description: channel
required: true
type: string
pr_number:
description: pr_number
required: true
type: string
jobs:
run_cherry_pick:
runs-on: namespace-profile-2x4-ubuntu-2404