]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
labeler: update to latest commit
authorLuca Boccassi <luca.boccassi@gmail.com>
Thu, 26 Mar 2026 15:06:16 +0000 (15:06 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 26 Mar 2026 15:06:16 +0000 (15:06 +0000)
Adds 'changed-files-labels-limit' and 'max-files-changed' configs

.github/workflows/labeler.yml

index 49b6d1fb367345b5af1ea865fcf0e77063ed3a58..48d926a62b9a4c0be28c6ae93cb8ab15bb24afd7 100644 (file)
@@ -36,7 +36,7 @@ jobs:
         persist-credentials: false
 
     - name: Label PR based on policy in labeler.yml
-      uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b
+      uses: actions/labeler@c5dadc2a45784a4b6adfcd20fea3465da3a5f904
       if: startsWith(github.event_name, 'pull_request') && github.base_ref == 'main' && github.event.action != 'closed'
       with:
         repo-token: "${{ secrets.GITHUB_TOKEN }}"