From d0ca30246c65e4e2dbff2ba2a91d91429d1077e2 Mon Sep 17 00:00:00 2001 From: hramadan Date: Fri, 14 Jul 2023 14:25:19 -0700 Subject: [PATCH] Remove assignproj workflow With the upgrade to GitHub's latest Projects, new automation makes this action no longer needed. --- .github/workflows/assignproj.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/assignproj.yml diff --git a/.github/workflows/assignproj.yml b/.github/workflows/assignproj.yml deleted file mode 100644 index 277791916f..0000000000 --- a/.github/workflows/assignproj.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Auto Assign to Project - -on: - issues: - types: [opened] - -env: - MY_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - -jobs: - assign_one_project: - runs-on: ubuntu-latest - permissions: write-all - continue-on-error: true - name: Assign to One Project - steps: - - name: Assign NEW issues and NEW pull requests to project 2 - uses: srggrs/assign-one-project-github-action@65a8ddab497df42ef268001e67bbf976f8fd39e1 # tag v1.3.1 - if: github.event.action == 'opened' - with: - project: 'https://github.com/orgs/newrelic/projects/17' - column_name: 'Triage'