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.
2 parents 16c9c5e + c41a606 commit a983826Copy full SHA for a983826
.github/workflows/cherrypick.yml
@@ -44,8 +44,8 @@ jobs:
44
45
- name: Configure git
46
run: |
47
- git config user.name "nvidia-backport-bot"
48
- git config user.email "noreply@nvidia.com"
+ git config user.name "github-actions[bot]"
+ git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
49
50
- name: Add labels and handle backport
51
uses: actions/github-script@v8
0 commit comments