From 3149481138cc01f44c2a9c9e61c4375adea0bdeb Mon Sep 17 00:00:00 2001 From: drew Date: Thu, 31 Jul 2025 11:50:30 +0400 Subject: [PATCH] fix: labeler [skip ci] --- .github/{laberer-config.yml => labeler-config.yml} | 0 .github/workflows/labeler.yml | 4 +++- 2 files changed, 3 insertions(+), 1 deletion(-) rename .github/{laberer-config.yml => labeler-config.yml} (100%) diff --git a/.github/laberer-config.yml b/.github/labeler-config.yml similarity index 100% rename from .github/laberer-config.yml rename to .github/labeler-config.yml diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index a5b8241c0fff1894c7df0cf8cfff45017990ec2c..76c531859856b10f43181dc24f1e023468cc859d 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -10,8 +10,10 @@ jobs: issues: write steps: - name: Label issues - uses: github/issue-labeler@v1 + # Update the action to the latest version + uses: github/issue-labeler@v5 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" + # Correct the path to your configuration file configuration-path: .github/labeler-config.yml not-before: "2023-01-01T00:00:00Z" # Optional: only run on new issues