From 1dd4aa6bc7ceb313fe49afc7e04cc927034835ff Mon Sep 17 00:00:00 2001 From: Dominic Couture Date: Tue, 12 May 2026 15:15:13 +0100 Subject: [PATCH] chore(repo): Remove unnecessary checkout in labeler --- .github/workflows/labeler.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 0b6b8318823..9a6a0df15dd 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -11,11 +11,4 @@ jobs: pull-requests: write runs-on: ${{ vars.RUNNER_NORMAL || 'ubuntu-latest' }} steps: - - name: Checkout Repo - uses: actions/checkout@v4 - with: - fetch-depth: 1 - fetch-tags: false - filter: "blob:none" - show-progress: false - uses: actions/labeler@v6