Skip to content

Commit c41a606

Browse files
committed
use the recommended git config for GitHub Actions Bot
Signed-off-by: Tariq Ibrahim <[email protected]>
1 parent 09c3d40 commit c41a606

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cherrypick.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444

4545
- name: Configure git
4646
run: |
47-
git config user.name "nvidia-backport-bot"
48-
git config user.email "noreply@nvidia.com"
47+
git config user.name "github-actions[bot]"
48+
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
4949
5050
- name: Add labels and handle backport
5151
uses: actions/github-script@v8

0 commit comments

Comments
 (0)