Using custom branch name for auto backporting PRs (#1862)
Signed-off-by: Vacha Shah <vachshah@amazon.com>
This commit is contained in:
parent
32f2189686
commit
e0216dad0f
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue