Skip to content

Bump tqdm from 4.66.5 to 4.66.6 #5

Bump tqdm from 4.66.5 to 4.66.6

Bump tqdm from 4.66.5 to 4.66.6 #5

name: Dependabot Auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]' # Only run for Dependabot PRs
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "${{ github.event.pull_request.number }}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}