From e8c0ec7a65b10c6d1cfca3c386a1e8b3a17564a0 Mon Sep 17 00:00:00 2001 From: Oskar Thoren Date: Mon, 5 Jul 2021 17:37:11 +0800 Subject: [PATCH] Revert "Automatically add new issues to project board (#566)" This reverts commit 78de0cc8d6381415fd03daaa56b8d37184dbbfff. --- .github/workflows/add-issue-to-project.yml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 .github/workflows/add-issue-to-project.yml diff --git a/.github/workflows/add-issue-to-project.yml b/.github/workflows/add-issue-to-project.yml deleted file mode 100644 index 490a215dc..000000000 --- a/.github/workflows/add-issue-to-project.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Add new issues Vac PM Board - -on: - issues: - types: [opened] - -jobs: - add-new-issue-to-new-column: - runs-on: ubuntu-latest - steps: - - uses: alex-page/github-project-automation-plus@v0.6.0 - with: - project: Vac PM Board - column: New - repo-token: ${{ secrets.GH_ACTION_PROJECT_MGMT }}