From 72e8e28e0762093b086d9760995f6fd90f6be650 Mon Sep 17 00:00:00 2001 From: LizardByte-bot <108553330+LizardByte-bot@users.noreply.github.com> Date: Thu, 26 Jun 2025 14:23:24 +0000 Subject: [PATCH] chore: update global workflows --- .github/workflows/issues.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 .github/workflows/issues.yml diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml deleted file mode 100644 index 5bd4e88..0000000 --- a/.github/workflows/issues.yml +++ /dev/null @@ -1,30 +0,0 @@ ---- -# This workflow is centrally managed in https://github.com//.github/ -# Don't make changes to this file in this repo as they will be overwritten with changes made to the same file in -# the above-mentioned repo. - -# Label and un-label actions using `../label-actions.yml`. - -name: Issues -permissions: {} - -on: - issues: - types: - - labeled - - unlabeled - discussion: - types: - - labeled - - unlabeled - -jobs: - label: - name: Label Actions - if: startsWith(github.repository, 'LizardByte/') - runs-on: ubuntu-latest - steps: - - name: Label Actions - uses: dessant/label-actions@v4 - with: - github-token: ${{ secrets.GH_BOT_TOKEN }}