Skip to content

Bump pypa/cibuildwheel from 2.14.1 to 2.15.0 #16

Bump pypa/cibuildwheel from 2.14.1 to 2.15.0

Bump pypa/cibuildwheel from 2.14.1 to 2.15.0 #16

Workflow file for this run

# Reference
# - https://github.com/actions/labeler
# - https://github.com/github/issue-labeler
name: ci-label
on:
pull_request_target:
types: [opened, edited, reopened]
issues:
types: [opened, edited, reopened]
jobs:
issue_triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
configuration-path: .github/pull_request_labeler.yml
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: github/[email protected]
with:
configuration-path: .github/labeler.yml
enable-versioned-regex: 0
include-title: 1
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: 1