]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
build(deps): bump actions/labeler from 5.0.0 to 6.0.1
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Thu, 1 Jan 2026 09:01:00 +0000 (09:01 +0000)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 1 Jan 2026 18:35:36 +0000 (03:35 +0900)
Bumps [actions/labeler](https://github.com/actions/labeler) from 5.0.0 to 6.0.1.
- [Release notes](https://github.com/actions/labeler/releases)
- [Commits](https://github.com/actions/labeler/compare/8558fd74291d67161a8a78ce36a881fa63b766a9...634933edcd8ababfe52f92936142cc22ac488b1b)

---
updated-dependencies:
- dependency-name: actions/labeler
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/labeler.yml

index c40667db1093ccd87815062673bc3bbb50c50e9f..df6a93cc52097ddcd041cc36399a7cbd774895e4 100644 (file)
@@ -34,7 +34,7 @@ jobs:
       if: github.event_name == 'pull_request'
 
     - name: Label PR based on policy in labeler.yml
-      uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9
+      uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b
       if: startsWith(github.event_name, 'pull_request') && github.base_ref == 'main' && github.event.action != 'closed'
       with:
         repo-token: "${{ secrets.GITHUB_TOKEN }}"