chore: Add github action to automate backporting

This commit is contained in:
Mangesh-Khairnar 2020-02-19 19:33:27 +05:30
parent 23aa5c6332
commit df1ba3eec7

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