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 16cb652 commit 1f80aaaCopy full SHA for 1f80aaa
.github/workflows/backport_receive.yml
@@ -1,4 +1,5 @@
1
name: Update code with code from PoB2
2
+run-name: ${{ github.event.client_payload.title }}
3
4
on:
5
repository_dispatch:
@@ -24,6 +25,7 @@ jobs:
24
25
branch: pob2-pr-${{ github.event.client_payload.id }}
26
body: |
27
${{ github.event.client_payload.msg }}
28
+ committer: ${{ github.event.client_payload.name || github.event.client_payload.user }} <${{ github.event.client_payload.user }}@users.noreply.github.com>
29
author: ${{ github.event.client_payload.name || github.event.client_payload.user }} <${{ github.event.client_payload.user }}@users.noreply.github.com>
30
commit-message: ${{ github.event.client_payload.msg }}
31
labels: ${{ github.event.client_payload.labels }}
0 commit comments