Skip to content

[gh-actions] Bump actions/setup-python from 4 to 5 #16

[gh-actions] Bump actions/setup-python from 4 to 5

[gh-actions] Bump actions/setup-python from 4 to 5 #16

Workflow file for this run

# Automatically label new pull requests based on the files changed.
#
# See: https://github.com/actions/labeler
#
name: labeller
on: [pull_request_target]
jobs:
label:
name: Label
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/autolabels.yml
sync-labels: true