From fd33d7037433c264b42e59ec179da9e6f3c2e7b6 Mon Sep 17 00:00:00 2001 From: ChristianZaccaria Date: Fri, 20 Oct 2023 15:08:20 +0100 Subject: [PATCH] Remove job that adds needs-triage label --- .github/workflows/auto-add-issues.yaml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/auto-add-issues.yaml b/.github/workflows/auto-add-issues.yaml index a8be31eb..2d4d1b54 100644 --- a/.github/workflows/auto-add-issues.yaml +++ b/.github/workflows/auto-add-issues.yaml @@ -1,20 +1,9 @@ -name: Label new issues as needs-triage and add to CodeFlare Sprint Board +name: Add issue 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