From 91659b1cae7586c7d050ed93a75abc4726e19db3 Mon Sep 17 00:00:00 2001 From: Drew Smirnoff Date: Tue, 24 Feb 2026 10:12:50 +0400 Subject: [PATCH] ci: checkout repo before labeler (#190) --- .github/workflows/labeler.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 168d7eafcb40183b3450aa94464acce3a686bcba..a12dd1f7462d6a8590f9f9d961e5a5025fc03b8f 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -14,6 +14,8 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 + - name: Apply Labels uses: github/issue-labeler@v3.4 with: