Augment backport implementation (#230)

This commit is contained in:
Yuge Zhang
2025-10-28 11:57:16 +08:00
committed by GitHub
parent d16538da96
commit ab6ea3c131
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -22,3 +22,4 @@ jobs:
label_pattern: ^(stable/[^ ]+)$
github_token: ${{ secrets.BOT_PAT }}
add_labels: backport
add_author_as_assignee: true
+10
View File
@@ -11,6 +11,16 @@ on:
repository_dispatch:
types: [ci-calc-x, ci-all]
run-name: >-
${{ github.event_name == 'repository_dispatch'
&& format(
'PR #{0} - Label {1} - {2}',
github.event.client_payload.pull_number,
github.event.client_payload.ci_label,
github.event.client_payload.correlation_id
)
|| format('Calc-X - {0}', github.event_name) }}
jobs:
calc-x:
if: >