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 8c4e65b commit 65995fdCopy full SHA for 65995fd
.github/workflows/backport.yml
@@ -1,4 +1,5 @@
1
name: Port changes to PoB2
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 PoB2
-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