From edbdd58a68e87538385e3091645e3a9210f95f2a Mon Sep 17 00:00:00 2001 From: Micah Wood Date: Wed, 5 Apr 2023 16:37:19 -0400 Subject: [PATCH] Revert "Add to Project" workflow because apparently our access token doesn't actually let us share an issue across orgs. --- .github/workflows/add-to-project.yml | 16 ---------------- 1 file changed, 16 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 a6b73e98e..000000000 --- a/.github/workflows/add-to-project.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Add issue to project - -on: - issues: - types: - - opened - -jobs: - add-to-project: - name: Add issue to project - runs-on: ubuntu-latest - steps: - - uses: actions/add-to-project@v0.5.0 - with: - project-url: https://github.com/orgs/newfold-labs/projects/1 - github-token: ${{ secrets.PROJECT_TOKEN }}