From c755a214d07de3a4df926ae897f0f9db699d8609 Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Wed, 19 Apr 2023 04:26:03 +0200 Subject: [PATCH] Nuke labeler workflow from the backport branch --- .github/workflows/auto_labeler_pr.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/auto_labeler_pr.yml diff --git a/.github/workflows/auto_labeler_pr.yml b/.github/workflows/auto_labeler_pr.yml deleted file mode 100644 index 759c27b54..000000000 --- a/.github/workflows/auto_labeler_pr.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Auto Labeler - PRs -on: - pull_request_target: - -permissions: - pull-requests: write - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Apply Type Label - uses: actions/labeler@v4 - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" - sync-labels: "" # this is a temporary workaround, see #4844