Lets remove the backport gh action, it's not working.
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml
deleted file mode 100644
index 1d102ef..0000000
--- a/.github/workflows/backport.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-name: Backport
-
-on:
-  pull_request:
-    types:
-      - closed
-      - labeled
-
-jobs:
-  backport:
-    runs-on: ubuntu-latest
-    name: Backport closed pull request
-    steps:
-    - uses: syndesisio/backport-action@v1
-      with:
-        token: ${{ secrets.GITHUB_TOKEN }}