From: Luca Boccassi Date: Thu, 26 Mar 2026 15:06:16 +0000 (+0000) Subject: labeler: update to latest commit X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a42fbad472c59bf0320d07ea92d3b19f8352990a;p=thirdparty%2Fsystemd.git labeler: update to latest commit Adds 'changed-files-labels-limit' and 'max-files-changed' configs --- diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 49b6d1fb367..48d926a62b9 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -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 }}"