From b03bdb5daa8a07cc94180f889a96a6af561996a5 Mon Sep 17 00:00:00 2001 From: Thomas Pinder Date: Tue, 3 Sep 2024 22:15:53 +0200 Subject: [PATCH] Drop labeler --- .github/workflows/labeler.yml | 18 ------------------ 1 file changed, 18 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 f59997960..000000000 --- a/.github/workflows/labeler.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Labeler - -on: - push: - branches: - - main - -jobs: - labeler: - runs-on: ubuntu-latest - steps: - - name: Check out the repository - uses: actions/checkout@v3.5.2 - - - name: Run Labeler - uses: crazy-max/ghaction-github-labeler@v4.1.0 - with: - skip-delete: true