👷 Remove auto add to project GH action

This commit is contained in:
Baptiste Arnaud 2025-12-01 11:08:34 +01:00
parent 3d5458b268
commit fa08d38a29
No known key found for this signature in database

View File

@ -1,19 +0,0 @@
name: Automatically add issues to projects when labeled
on:
issues:
types:
- labeled
permissions:
contents: write
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.3.0
with:
project-url: https://github.com/users/baptisteArno/projects/4
github-token: ${{ secrets.AUTO_ADD_PROJECT_PAT }}