Mangesh-Khairnar | df1ba3e | 2020-02-19 19:33:27 +0530 | [diff] [blame] | 1 | name: Backport |
2 | on: | ||||
3 | pull_request: | ||||
4 | types: | ||||
5 | - closed | ||||
6 | - labeled | ||||
7 | |||||
8 | jobs: | ||||
9 | backport: | ||||
10 | runs-on: ubuntu-18.04 | ||||
11 | name: Backport | ||||
12 | steps: | ||||
13 | - name: Backport | ||||
14 | uses: tibdex/backport@v1 | ||||
15 | with: | ||||
16 | github_token: ${{ secrets.GITHUB_TOKEN }} |