Skip to content

deps: bump @chakra-ui/react from 2.10.9 to 3.26.0 #42

deps: bump @chakra-ui/react from 2.10.9 to 3.26.0

deps: bump @chakra-ui/react from 2.10.9 to 3.26.0 #42

Workflow file for this run

name: "Dependabot Automerge - Action"
on:
pull_request:
permissions:
contents: write
pull-requests: write
jobs:
worker:
runs-on: ubuntu-latest
if: github.actor == 'disableautomergedependabot[bot]'
steps:
- name: automerge
run: gh pr merge --admin --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}