Switch to opentelemetrybot account (#4591)

This commit is contained in:
Trask Stalnaker 2022-07-18 15:57:46 -07:00 committed by GitHub
parent 4c8cd7dfa5
commit 514ae2c975
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 14 additions and 14 deletions

View File

@ -1,4 +0,0 @@
#!/bin/bash -e
git config user.name opentelemetry-java-bot
git config user.email 97938252+opentelemetry-java-bot@users.noreply.github.com

View File

@ -0,0 +1,4 @@
#!/bin/bash -e
git config user.name opentelemetrybot
git config user.email 107717825+opentelemetrybot@users.noreply.github.com

View File

@ -21,8 +21,8 @@ jobs:
# history is needed to run git cherry-pick below
fetch-depth: 0
- name: Set git user
run: .github/scripts/set-git-user.sh
- name: Use CLA approved github bot
run: .github/scripts/use-cla-approved-github-bot.sh
- name: Create pull request
env:

View File

@ -39,8 +39,8 @@ jobs:
date=$(date "+%Y-%m-%d")
sed -Ei "s/^## Unreleased$/## Version $VERSION ($date)/" CHANGELOG.md
- name: Set git user
run: .github/scripts/set-git-user.sh
- name: Use CLA approved github bot
run: .github/scripts/use-cla-approved-github-bot.sh
- name: Create pull request
env:

View File

@ -49,8 +49,8 @@ jobs:
date=$(date "+%Y-%m-%d")
sed -Ei "s/^## Unreleased$/## Version $VERSION ($date)/" CHANGELOG.md
- name: Set git user
run: .github/scripts/set-git-user.sh
- name: Use CLA approved github bot
run: .github/scripts/use-cla-approved-github-bot.sh
- name: Create pull request against the release branch
env:
@ -96,8 +96,8 @@ jobs:
date=$(date "+%Y-%m-%d")
sed -Ei "s/^## Unreleased$/## Unreleased\n\n## Version $VERSION ($date)/" CHANGELOG.md
- name: Set git user
run: .github/scripts/set-git-user.sh
- name: Use CLA approved github bot
run: .github/scripts/use-cla-approved-github-bot.sh
- name: Create pull request against main
env:

View File

@ -175,8 +175,8 @@ jobs:
cp /tmp/CHANGELOG.md CHANGELOG.md
fi
- name: Set git user
run: .github/scripts/set-git-user.sh
- name: Use CLA approved github bot
run: .github/scripts/use-cla-approved-github-bot.sh
- name: Create pull request against main
env: