Fix collector script (#397)

This commit is contained in:
Trask Stalnaker 2022-07-20 08:28:16 -07:00 committed by GitHub
parent bd5c9ea38e
commit bebcd8defa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -50,7 +50,10 @@ jobs:
git diff git diff
- name: Use CLA approved github bot - name: Use CLA approved github bot
run: .github/scripts/use-cla-approved-github-bot.sh run: |
# cannot run the use-cla-approved-github-bot.sh script here since in a different repo
git config user.name opentelemetrybot
git config user.email 107717825+opentelemetrybot@users.noreply.github.com
- name: Create pull request against opentelemetry-collector-contrib - name: Create pull request against opentelemetry-collector-contrib
env: env: