Skip to content

Commit 641a316

Browse files
Use custom backport action (#10536) (#10537)
(cherry picked from commit 6f8da73) Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
1 parent 65efb67 commit 641a316

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/backport.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@ jobs:
2828
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
2929
id: app-token
3030
with:
31-
app-id: ${{ vars.APP_ID }}
31+
app-id: ${{ vars.BACKPORT_APP_ID }}
3232
private-key: ${{ secrets.PRIVATE_KEY }}
3333
permission-contents: write # push branch to Github
3434
permission-pull-requests: write # create PR / add comment for manual backport
3535
permission-workflows: write # modify files in .github/workflows
36-
- uses: tibdex/backport@9565281eda0731b1d20c4025c43339fb0a23812e # v2.0.4
36+
- uses: pylint-dev/backport@94367840595495e101f9a31415897c05da1f08d9 # v2.1.1
3737
with:
3838
github_token: ${{ steps.app-token.outputs.token }}
39+
user_name: ${{ vars.BACKPORT_USER_NAME }}
40+
user_email: ${{ vars.BACKPORT_USER_EMAIL }}

0 commit comments

Comments
 (0)