fix: remove broken labeler

drew created

Change summary

.github/workflows/labeler.yml | 19 -------------------
1 file changed, 19 deletions(-)

Detailed changes

.github/workflows/labeler.yml 🔗

@@ -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