Skip to content

Commit bebcd8d

Browse files
authored
Fix collector script (#397)
1 parent bd5c9ea commit bebcd8d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/reusable-create-collector-contrib-pull-request.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@ jobs:
5050
git diff
5151
5252
- name: Use CLA approved github bot
53-
run: .github/scripts/use-cla-approved-github-bot.sh
53+
run: |
54+
# cannot run the use-cla-approved-github-bot.sh script here since in a different repo
55+
git config user.name opentelemetrybot
56+
git config user.email [email protected]
5457
5558
- name: Create pull request against opentelemetry-collector-contrib
5659
env:

0 commit comments

Comments
 (0)