From 91b50d0eb06438f84eaa16df5ad9fb6d489b7da1 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Fri, 29 Aug 2025 20:06:10 -0700 Subject: [PATCH] Delete .github/workflows/add-to-project.yml 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 }}