From 0cf541d65a7a54ae1867d72936f4bca3e0ab1c63 Mon Sep 17 00:00:00 2001 From: Soner Sayakci Date: Sat, 10 Feb 2024 19:40:14 +0100 Subject: [PATCH] ci: delete backporting --- .github/workflows/backport.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/backport.yml diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml deleted file mode 100644 index 86e7073..0000000 --- a/.github/workflows/backport.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Automatic backport action - -on: - pull_request_target: - types: ["labeled", "closed"] - -jobs: - backport: - name: Backport PR - runs-on: ubuntu-latest - steps: - - name: Backport Action - uses: sorenlouv/backport-github-action@v9.3.0 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - auto_backport_label_prefix: backport-to- - - - name: Info log - if: ${{ success() }} - run: cat ~/.backport/backport.info.log - - - name: Debug log - if: ${{ failure() }} - run: cat ~/.backport/backport.debug.log