chore: Remove Backport Github Action
Because it does not work
This commit is contained in:
parent
5d92e7cf9f
commit
c8cdbf8a36
1 changed files with 0 additions and 16 deletions
16
.github/workflows/backport.yml
vendored
16
.github/workflows/backport.yml
vendored
|
|
@ -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 }}
|
||||
Loading…
Add table
Reference in a new issue