diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/backport.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index f937c2ce..f00402be 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -12,9 +12,6 @@ jobs: steps: - name: Backport Bot if: github.event.pull_request.merged && ( ( github.event.action == 'closed' && contains( join( github.event.pull_request.labels.*.name ), 'backport') ) || contains( github.event.label.name, 'backport' ) ) - uses: Gaurav0/backport@v1.0.26 + uses: m-kuhn/backport@v1.1.1 with: - bot_username: PROJ-BOT - bot_token: c1c49a5799d0a3a3885db8a4792880cbe509c1d6 - bot_token_key: b01bdebf64595ed77207019258316df1b05ff6ac github_token: ${{ secrets.GITHUB_TOKEN }} |
