Skip to content

[gh-actions] Bump pypa/cibuildwheel from 2.16.5 to 2.17.0 #20

[gh-actions] Bump pypa/cibuildwheel from 2.16.5 to 2.17.0

[gh-actions] Bump pypa/cibuildwheel from 2.16.5 to 2.17.0 #20

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