Merge pull request #20678 from Mangesh-Khairnar/backport-github-action

chore: Add github action to automate backporting
This commit is contained in:
Mangesh-Khairnar
2020-02-20 17:25:02 +05:30
committed by GitHub

16
.github/workflows/backport.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: Backport
on:
pull_request:
types:
- closed
- labeled
jobs:
backport:
runs-on: ubuntu-18.04
name: Backport
steps:
- name: Backport
uses: tibdex/backport@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}