From 9f6fe63dd64efc076aa407850e6bce200d700ac2 Mon Sep 17 00:00:00 2001 From: Igor Date: Tue, 5 Dec 2023 09:35:54 +0100 Subject: [PATCH] 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 d7504861..59f04296 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -12,6 +12,7 @@ jobs: pull-requests: write # for actions/labeler to add labels to PRs runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 - uses: actions/labeler@v5 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"