diff --git a/.github/workflows/project-new-issue.yml b/.github/workflows/project-new-issue.yml deleted file mode 100644 index dd054fd3..00000000 --- a/.github/workflows/project-new-issue.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Assign new issues to Webrecorder Projects - -on: - issues: - types: [opened] - -jobs: - add-to-project: - name: Add issue to project - runs-on: ubuntu-latest - steps: - - uses: actions/add-to-project@v0.4.1 - with: - project-url: https://github.com/orgs/webrecorder/projects/9 - github-token: ${{ secrets.GHPROJECT_TOKEN }}