Skip to content

build(deps-dev): bump pyright from 1.1.387 to 1.1.389 #3

build(deps-dev): bump pyright from 1.1.387 to 1.1.389

build(deps-dev): bump pyright from 1.1.387 to 1.1.389 #3

Workflow file for this run

name: Dependabot Auto-merge
on:
pull_request:
types: [opened]
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]'
steps:
- name: Enable auto-merge for Dependabot PRs
# don't include verbose dependabot PR description as body when merging
run: gh pr merge --auto --squash "$PR_URL" --body ""
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}