From fa08d38a292429d147eebd9d484b9edd87f23c48 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Mon, 1 Dec 2025 11:08:34 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Remove=20auto=20add=20to=20proje?= =?UTF-8?q?ct=20GH=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-add-to-project.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/auto-add-to-project.yml diff --git a/.github/workflows/auto-add-to-project.yml b/.github/workflows/auto-add-to-project.yml deleted file mode 100644 index 7b614a465..000000000 --- a/.github/workflows/auto-add-to-project.yml +++ /dev/null @@ -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 }}