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
commit d52354f131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 }}