From 89d1f05ef79284860a4fbc6811e780f8e4230a22 Mon Sep 17 00:00:00 2001 From: Clay Allsopp Date: Mon, 4 Nov 2024 15:59:56 -0500 Subject: [PATCH] Remove Github Projects action --- .github/workflows/add_to_project.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/add_to_project.yml diff --git a/.github/workflows/add_to_project.yml b/.github/workflows/add_to_project.yml deleted file mode 100644 index ae7027f5..00000000 --- a/.github/workflows/add_to_project.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: Auto Assign to CLIB Project - -on: - issues: - types: [opened] - pull_request: - types: [opened] -env: - MY_GITHUB_TOKEN: ${{ secrets.CLIB_AUTOMATION_TOKEN }} - -jobs: - assign_one_project: - runs-on: ubuntu-latest - name: Assign to One Project - steps: - - name: Assign NEW issues and NEW pull requests to project 1 - uses: srggrs/assign-one-project-github-action@1.2.0 - if: github.event.action == 'opened' - with: - project: 'https://github.com/orgs/plaid/projects/1' - column_name: 'Needs Investigation'