We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2108651 commit a3d1562Copy full SHA for a3d1562
.github/workflows/backport.yml
@@ -1,4 +1,5 @@
1
name: Port changes to PoB1
2
+run-name: "Port PR #${{ github.event.pull_request.number || inputs.pr_number }} - ${{ github.event.pull_request.title || 'Manual dispatch' }}"
3
4
on:
5
pull_request_target:
.github/workflows/backport_receive.yml
@@ -1,5 +1,5 @@
name: Update code with code from PoB1
-run-name: "PR #${{ github.event.client_payload.id }} — ${{ github.event.client_payload.title }}"
+run-name: "PR #${{ github.event.client_payload.id }} - ${{ github.event.client_payload.title }}"
repository_dispatch:
0 commit comments