From a00f49e6d7e8351c2800ac32a4785f2eaf4cb412 Mon Sep 17 00:00:00 2001 From: drew Date: Mon, 4 Aug 2025 18:03:57 +0400 Subject: [PATCH] fix: remove broken labeler --- .github/workflows/labeler.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/labeler.yml diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml deleted file mode 100644 index 76c531859856b10f43181dc24f1e023468cc859d..0000000000000000000000000000000000000000 --- a/.github/workflows/labeler.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Issue Labeler -on: - issues: - types: [opened, edited] - -jobs: - label_issues: - runs-on: ubuntu-latest - permissions: - issues: write - steps: - - name: Label issues - # Update the action to the latest version - uses: github/issue-labeler@v5 - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" - # Correct the path to your configuration file - configuration-path: .github/labeler-config.yml - not-before: "2023-01-01T00:00:00Z" # Optional: only run on new issues