Skip to content

chore(deps): bump @radix-ui/react-label from 2.1.8 to 2.1.11 #42

chore(deps): bump @radix-ui/react-label from 2.1.8 to 2.1.11

chore(deps): bump @radix-ui/react-label from 2.1.8 to 2.1.11 #42

name: Dependabot Auto Merge
on:
pull_request:
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]'
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.AUTO_MERGE_ACCESS_TOKEN }}