From 5189708d253a981b8c67c729964bcf77490cecb3 Mon Sep 17 00:00:00 2001 From: Ludy Date: Sat, 6 Jul 2024 18:48:06 +0200 Subject: [PATCH] Fix labeler (#1533) * Update labeler.yml * Update labeler.yml --- .github/workflows/labeler.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index f2aa28c0..15ea84df 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -10,6 +10,7 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 - uses: actions/labeler@v5 with: repo-token: ${{ secrets.GITHUB_TOKEN }}