Skip to content

Commit

Permalink
Change backporting strategy and token
Browse files Browse the repository at this point in the history
  • Loading branch information
lampajr committed Apr 24, 2024
1 parent 58aed93 commit d93c4e4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- labeled

env:
GITHUB_TOKEN: ${{ secrets.BACKPORT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NO_SQUASH_OPTION: true

jobs:
Expand Down Expand Up @@ -39,9 +39,12 @@ jobs:
run: |
echo "NO_SQUASH_OPTION=false" >> $GITHUB_ENV
- name: Backporting
uses: kiegroup/git-backporting@v4.7.1
uses: kiegroup/git-backporting@v4
with:
target-branch: 0.12.x
pull-request: ${{ github.event.pull_request.url }}
auth: ${{ secrets.BACKPORT_TOKEN }}
auth: ${{ secrets.GITHUB_TOKEN }}
no-squash: ${{ env.NO_SQUASH_OPTION }}
strategy: ort
strategy-option: ours
enable-err-notification: true

0 comments on commit d93c4e4

Please sign in to comment.