From e5e1ded35aa1abffe125a5adf11004432968d8aa Mon Sep 17 00:00:00 2001 From: Karel Suta Date: Thu, 2 Nov 2023 09:47:37 +0100 Subject: [PATCH] Remove automatic triage/needs-triage label creation --- .github/workflows/auto-add-issues.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/auto-add-issues.yml b/.github/workflows/auto-add-issues.yml index a8be31e..868b33c 100644 --- a/.github/workflows/auto-add-issues.yml +++ b/.github/workflows/auto-add-issues.yml @@ -1,20 +1,9 @@ -name: Label new issues as needs-triage and add to CodeFlare Sprint Board +name: Add new issues to CodeFlare Sprint Board on: issues: types: - opened jobs: - add_label: - name: Add needs-triage label to new issues - runs-on: ubuntu-latest - permissions: - issues: write - steps: - - uses: actions/checkout@v3 - - run: gh issue edit ${{ github.event.issue.number }} --add-label "triage/needs-triage" - env: - GH_TOKEN: ${{ github.token }} - add-to-project: name: Add issue to project runs-on: ubuntu-latest