build(deps): bump actions/labeler from 5.0.0 to 6.0.1 (#441181)

This commit is contained in:
Philip Taron
2025-09-08 14:32:18 +02:00
committed by GitHub

View File

@@ -81,7 +81,7 @@ jobs:
GH_TOKEN: ${{ steps.app-token.outputs.token || github.token }} GH_TOKEN: ${{ steps.app-token.outputs.token || github.token }}
run: gh api /rate_limit | jq run: gh api /rate_limit | jq
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0 - uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
name: Labels from touched files name: Labels from touched files
if: | if: |
github.event_name == 'pull_request_target' && github.event_name == 'pull_request_target' &&
@@ -91,7 +91,7 @@ jobs:
configuration-path: .github/labeler.yml # default configuration-path: .github/labeler.yml # default
sync-labels: true sync-labels: true
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0 - uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
name: Labels from touched files (no sync) name: Labels from touched files (no sync)
if: | if: |
github.event_name == 'pull_request_target' && github.event_name == 'pull_request_target' &&
@@ -101,7 +101,7 @@ jobs:
configuration-path: .github/labeler-no-sync.yml configuration-path: .github/labeler-no-sync.yml
sync-labels: false sync-labels: false
- uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0 - uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
name: Labels from touched files (development branches) name: Labels from touched files (development branches)
# Development branches like staging-next, haskell-updates and python-updates get special labels. # Development branches like staging-next, haskell-updates and python-updates get special labels.
# This is to avoid the mass of labels there, which is mostly useless - and really annoying for # This is to avoid the mass of labels there, which is mostly useless - and really annoying for