Skip to content

bump(deps): bump click from 8.4.0 to 8.4.1 #7

bump(deps): bump click from 8.4.0 to 8.4.1

bump(deps): bump click from 8.4.0 to 8.4.1 #7

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