chore: Remove Backport Github Action

Because it does not work
This commit is contained in:
Suraj Shetty 2020-04-10 18:47:26 +05:30 committed by GitHub
parent 5d92e7cf9f
commit c8cdbf8a36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,16 +0,0 @@
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 }}