From c2eb5ce1f6c789bf2d85166d2121400cf27f8322 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Fri, 29 Aug 2025 20:07:21 -0700 Subject: [PATCH] Delete .github/workflows/add-to-project.yml (#646) This appears to be built in now? --- .github/workflows/add-to-project.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/add-to-project.yml diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml deleted file mode 100644 index 9bfc6e0..0000000 --- a/.github/workflows/add-to-project.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Add bugs to bugs project - -on: - issues: - types: - - opened - -jobs: - add-to-project: - name: Add issue to project - runs-on: ubuntu-latest - steps: - - uses: actions/add-to-project@v1.0.1 - with: - project-url: https://github.com/users/maxgoedjen/projects/1 - github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}