Skip to content

Commit 1f80aaa

Browse files
committed
Fix backport PR author and run name
1 parent 16cb652 commit 1f80aaa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/backport_receive.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Update code with code from PoB2
2+
run-name: ${{ github.event.client_payload.title }}
23

34
on:
45
repository_dispatch:
@@ -24,6 +25,7 @@ jobs:
2425
branch: pob2-pr-${{ github.event.client_payload.id }}
2526
body: |
2627
${{ 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>
2729
author: ${{ github.event.client_payload.name || github.event.client_payload.user }} <${{ github.event.client_payload.user }}@users.noreply.github.com>
2830
commit-message: ${{ github.event.client_payload.msg }}
2931
labels: ${{ github.event.client_payload.labels }}

0 commit comments

Comments
 (0)