2021-11-23 16:45:50 -05:00
|
|
|
name: Backport
|
|
|
|
on:
|
2022-01-21 15:32:00 -05:00
|
|
|
pull_request_target:
|
2021-11-23 16:45:50 -05:00
|
|
|
types:
|
|
|
|
- closed
|
|
|
|
- labeled
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
backport:
|
|
|
|
runs-on: ubuntu-latest
|
2022-01-04 18:22:54 -05:00
|
|
|
permissions:
|
|
|
|
contents: write
|
|
|
|
pull-requests: write
|
2021-11-23 16:45:50 -05:00
|
|
|
name: Backport
|
|
|
|
steps:
|
|
|
|
- name: Backport
|
2022-01-19 19:23:43 -05:00
|
|
|
uses: VachaShah/backport@v1.1.4
|
2021-11-23 16:45:50 -05:00
|
|
|
with:
|
|
|
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
2022-01-19 19:23:43 -05:00
|
|
|
branch_name: backport/backport-${{ github.event.number }}
|