Delete .github/workflows/add-to-project.yml (#646)

This appears to be built in now?
This commit is contained in:
Max Goedjen 2025-08-29 20:07:21 -07:00 committed by GitHub
parent fb4dec383b
commit c2eb5ce1f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}