Using custom branch name for auto backporting PRs (#1862)

Signed-off-by: Vacha Shah <vachshah@amazon.com>
This commit is contained in:
Vacha 2022-01-19 16:23:43 -08:00 committed by GitHub
parent 32f2189686
commit e0216dad0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ jobs:
name: Backport
steps:
- name: Backport
uses: tibdex/backport@v1
uses: VachaShah/backport@v1.1.4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch_name: backport/backport-${{ github.event.number }}