From 3a3efeddce3076dc96e7e86a3b549f566192666e Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Fri, 17 Jan 2025 09:22:09 -0700 Subject: [PATCH] ci: remove labeler workflow Not doing anything critical and it was just breaking --- .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 eb4902d..0000000 --- a/.github/workflows/labeler.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Labeler - -on: - push: - branches: - - main - - master - -jobs: - labeler: - runs-on: ubuntu-latest - steps: - - name: Check out the repository - uses: actions/checkout@v4 - - - name: Run Labeler - uses: crazy-max/ghaction-github-labeler@v5.1.0 - with: - skip-delete: true