Skip to content

Commit a983826

Browse files
authored
Merge pull request #1875 from NVIDIA/cherry-pick-bot-git-config
use the recommended git config for GitHub Actions Bot
2 parents 16c9c5e + c41a606 commit a983826

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)