From 6bec5fdcc3fe8c6522c9a535d10bb9f0779088ea Mon Sep 17 00:00:00 2001 From: Karel Suta Date: Tue, 31 Oct 2023 14:24:31 +0100 Subject: [PATCH] Remove automatic triage/needs-triage label creation --- .github/workflows/auto-add-issues.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/auto-add-issues.yml b/.github/workflows/auto-add-issues.yml index a8be31eb4..c1e940997 100644 --- a/.github/workflows/auto-add-issues.yml +++ b/.github/workflows/auto-add-issues.yml @@ -4,17 +4,6 @@ on: 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