From 08ccc95b21b8e55714e7fd6695197c8f449e6070 Mon Sep 17 00:00:00 2001 From: Arseniy Obolenskiy Date: Sun, 7 Sep 2025 16:53:12 +0200 Subject: [PATCH] [CI] remove extra checkout step for labeler job --- .github/workflows/labeler.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index b2d5031b5..bcd35e6ec 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -11,10 +11,6 @@ jobs: issues: write pull-requests: write steps: - - name: Check out repository - uses: actions/checkout@v5 - with: - fetch-depth: 0 - name: Apply labels based on changed files uses: actions/labeler@v6 with: