Skip to content

Bump pypa/cibuildwheel from 3.4.1 to 4.0.0 in the actions group #136

Bump pypa/cibuildwheel from 3.4.1 to 4.0.0 in the actions group

Bump pypa/cibuildwheel from 3.4.1 to 4.0.0 in the actions group #136

name: Dependabot Auto-Merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
# Only run for Dependabot PRs
if: github.event.pull_request.user.login == 'dependabot[bot]'
steps:
- name: Auto-merge for Dependabot
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}