fix: labeler [skip ci]

drew created

Change summary

.github/labeler-config.yml    | 0 
.github/workflows/labeler.yml | 4 +++-
2 files changed, 3 insertions(+), 1 deletion(-)

Detailed changes

.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