From 10ef1f0be303b2eb8f57f54c57412db30b3933b7 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Sun, 2 Feb 2025 09:31:45 -0800 Subject: [PATCH] Workflow updates --- .github/workflows/backport.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 64c341dac923..1abca772abd4 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -26,15 +26,17 @@ jobs: # history is needed to run git cherry-pick below fetch-depth: 0 - - name: Use CLA approved github bot - run: .github/scripts/use-cla-approved-github-bot.sh - - uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1.11.2 id: app-token with: app-id: ${{ secrets.OPENTELEMETRY_BASIC_AUTOMATION_APP_ID }} private-key: ${{ secrets.OPENTELEMETRY_BASIC_AUTOMATION_PRIVATE_KEY }} + - name: Use CLA approved author + run: | + git config user.name otelbot + git config user.email 197425009+otelbot@users.noreply.github.com + - name: Create pull request env: NUMBER: ${{ github.event.inputs.number }}