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