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