Skip to content

Commit 8323d81

Browse files
committed
Workflow updates
1 parent 4805267 commit 8323d81

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/backport.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,17 @@ jobs:
2626
# history is needed to run git cherry-pick below
2727
fetch-depth: 0
2828

29-
- name: Use CLA approved github bot
30-
run: .github/scripts/use-cla-approved-github-bot.sh
31-
3229
- uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1.11.2
3330
id: app-token
3431
with:
3532
app-id: ${{ vars.OTELBOT_APP_ID }}
3633
private-key: ${{ secrets.OTELBOT_PRIVATE_KEY }}
3734

35+
- name: Use CLA approved author
36+
run: |
37+
git config user.name otelbot
38+
git config user.email [email protected]
39+
3840
- name: Create pull request
3941
env:
4042
NUMBER: ${{ github.event.inputs.number }}

0 commit comments

Comments
 (0)