From bc250495135fdc4ad3a73181f899e69c599b42d6 Mon Sep 17 00:00:00 2001 From: Manuel Holtgrewe Date: Wed, 24 Jan 2024 15:37:53 +0100 Subject: [PATCH] chore: do not organize bug issue into project any more --- .github/workflows/add-issue-to-project.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/add-issue-to-project.yml b/.github/workflows/add-issue-to-project.yml index 7d2b234..7d57122 100644 --- a/.github/workflows/add-issue-to-project.yml +++ b/.github/workflows/add-issue-to-project.yml @@ -10,14 +10,6 @@ jobs: name: add issue to project runs-on: ubuntu-latest steps: - - name: register bug/needs-triage with bug tracker project - uses: actions/add-to-project@v0.5.0 - with: - project-url: https://github.com/orgs/varfish-org/projects/3 - github-token: ${{ secrets.BOT_TOKEN }} - labeled: bug, needs-triage - label-operator: OR - - name: register bug/enhancement issues with release planning project uses: actions/add-to-project@v0.5.0 with: