Skip to content

πŸ€– Bump types-tqdm from 4.66.0.20240417 to 4.67.0.20241119 #122

πŸ€– Bump types-tqdm from 4.66.0.20240417 to 4.67.0.20241119

πŸ€– Bump types-tqdm from 4.66.0.20240417 to 4.67.0.20241119 #122

name: "Dependabot auto-approve/-merge"
on: pull_request
jobs:
dependabot:
permissions:
contents: write
pull-requests: write
runs-on: ubuntu-latest
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Approve pull request
run: gh pr review --approve "$PR_URL"
- name: Enable auto-merge
run: gh pr merge --auto --squash "$PR_URL"