From 45c6be4e3d977298fc468fdf6e9937dd85657aee Mon Sep 17 00:00:00 2001 From: Bjerg Date: Fri, 10 Mar 2023 10:13:48 +0100 Subject: [PATCH] ci: delete project workflow (#1695) --- .github/workflows/project.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/project.yml 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 }}