Skip to content

chore(deps): bump @radix-ui/react-scroll-area from 1.2.10 to 1.2.14 #32

chore(deps): bump @radix-ui/react-scroll-area from 1.2.10 to 1.2.14

chore(deps): bump @radix-ui/react-scroll-area from 1.2.10 to 1.2.14 #32

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 }}