From 726f8a64cb6325426a85c5b650b09ff79ddb6c25 Mon Sep 17 00:00:00 2001 From: "evgeny.iva" Date: Thu, 27 Feb 2025 20:31:08 +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 6b13754..a2e3d63 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@main + - uses: actions/labeler@4.3.0 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" sync-labels: true