From 7c1dbd6bbf25bf3000e2245029c96b2593eb90fb Mon Sep 17 00:00:00 2001 From: "evgeny.iva" Date: Thu, 27 Feb 2025 20:51:20 +0300 Subject: [PATCH] init --- .github/workflows/auto_labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto_labeler.yml b/.github/workflows/auto_labeler.yml index a2e3d63..5fe2d26 100644 --- a/.github/workflows/auto_labeler.yml +++ b/.github/workflows/auto_labeler.yml @@ -7,7 +7,7 @@ jobs: name: "Checking for labels" runs-on: ubuntu-latest steps: - - uses: actions/labeler@4.3.0 + - uses: actions/labeler@v4.3.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" sync-labels: true