diff --git a/.github/workflows/opened-issues-triage.yml b/.github/workflows/opened-issues-triage.yml deleted file mode 100644 index 06054f548c..0000000000 --- a/.github/workflows/opened-issues-triage.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: Move new issues into Future column -on: - issues: - types: [opened] -jobs: - automate-project-columns: - runs-on: ubuntu-latest - steps: - - uses: alex-page/github-project-automation-plus@v0.3.0 - with: - project: ROADMAP - column: Future - repo-token: ${{ secrets.GITHUB_TOKEN }}