diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml deleted file mode 100644 index 4315ebf1aa..0000000000 --- a/.github/workflows/project.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: project - -on: - issues: - types: - - opened - -jobs: - add: - name: add issue/pr - runs-on: ubuntu-latest - steps: - - uses: actions/add-to-project@v0.4.0 - with: - project-url: https://github.com/orgs/paradigmxyz/projects/1 - github-token: ${{ secrets.GH_PROJECT_TOKEN }}