From 9128fa644e63cc490aa37b5545901ca68da27ea8 Mon Sep 17 00:00:00 2001 From: ndr_brt Date: Wed, 18 Dec 2024 14:56:07 +0100 Subject: [PATCH] build: avoid triage label on new issues --- .github/workflows/triage-issue.yml | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/triage-issue.yml diff --git a/.github/workflows/triage-issue.yml b/.github/workflows/triage-issue.yml deleted file mode 100644 index aec1c09b1..000000000 --- a/.github/workflows/triage-issue.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: triage opened issue - -on: - issues: - types: - - reopened - - opened - -jobs: - label-issue: - runs-on: ubuntu-latest - permissions: - issues: write - steps: - - run: gh issue edit "$NUMBER" --add-label "$LABELS" - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GH_REPO: ${{ github.repository }} - NUMBER: ${{ github.event.issue.number }} - LABELS: triage