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:
parent
23b33adb0a
commit
c3f7b15fbf
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue