From ebbd2c0513ba99bf3d806fe0cec423a3b684e13b Mon Sep 17 00:00:00 2001 From: Marcin Wyszynski Date: Wed, 23 Aug 2023 16:44:27 +0200 Subject: [PATCH] Remove backport assistant (#153) --- .github/workflows/main.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 08b438da4c..0000000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,21 +0,0 @@ ---- -name: Backport Assistant Runner - -on: - pull_request_target: - types: - - closed - -jobs: - backport: - if: github.event.pull_request.merged - runs-on: ubuntu-latest - container: hashicorpdev/backport-assistant:0.2.1 - steps: - - name: Run Backport Assistant - run: | - backport-assistant backport - env: - BACKPORT_LABEL_REGEXP: "(?P\\d+\\.\\d+)-backport" - BACKPORT_TARGET_TEMPLATE: "v{{.target}}" - GITHUB_TOKEN: ${{ secrets.ELEVATED_GITHUB_TOKEN }}