diff --git a/.github/workflows/add-issues-to-project.yml b/.github/workflows/add-issues-to-project.yml deleted file mode 100644 index db7d922a..00000000 --- a/.github/workflows/add-issues-to-project.yml +++ /dev/null @@ -1,14 +0,0 @@ -# A workflow for automatically adding all new issues to a project -name: Add issues to project -on: - issues: - types: [ opened ] -jobs: - createCard: - runs-on: ubuntu-latest - steps: - - name: Create project card - uses: peter-evans/create-or-update-project-card@v1 - with: - project-name: Otter-Grader Issues and Tasks - column-name: Icebox