Use opentelemetry-java-bot as author for auto-generated commits (#5271)

* Use opentelemetry-java-bot as author for benchmark commits

* And prepare release branch workflow
This commit is contained in:
Trask Stalnaker 2022-01-29 13:16:22 -08:00 committed by GitHub
parent 23b33adb0a
commit c3f7b15fbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

View File

@ -36,6 +36,10 @@ jobs:
cwd: './gh-pages'
branch: 'gh-pages'
message: 'update test result data'
author_name: opentelemetry-java-bot
author_email: 97938252+opentelemetry-java-bot@users.noreply.github.com
committer_name: opentelemetry-java-bot
committer_email: 97938252+opentelemetry-java-bot@users.noreply.github.com
issue:
name: Open issue on failure

View File

@ -41,8 +41,8 @@ jobs:
- name: Setup git name
run: |
git config user.name trask
git config user.email trask.stalnaker@gmail.com
git config user.name opentelemetry-java-bot
git config user.email 97938252+opentelemetry-java-bot@users.noreply.github.com
- name: Create pull request
env:
@ -78,8 +78,8 @@ jobs:
- name: Setup git name
run: |
git config user.name trask
git config user.email trask.stalnaker@gmail.com
git config user.name opentelemetry-java-bot
git config user.email 97938252+opentelemetry-java-bot@users.noreply.github.com
- name: Create pull request
env: