Skip to content

Bump mypy from 1.10.0 to 1.11.0 #152

Bump mypy from 1.10.0 to 1.11.0

Bump mypy from 1.10.0 to 1.11.0 #152

Workflow file for this run

name: Dependabot auto-merge
on: pull_request
permissions: {}
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' || github.event.label.name == 'automerge' }}
permissions:
pull-requests: write
contents: write
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}