Skip to content

Bump @shopify/polaris from 12.27.0 to 13.2.0 in /packages/sanity-range-slider #13

Bump @shopify/polaris from 12.27.0 to 13.2.0 in /packages/sanity-range-slider

Bump @shopify/polaris from 12.27.0 to 13.2.0 in /packages/sanity-range-slider #13

name: Add changeset to Dependabot updates
on:
pull_request_target:
types: [opened, synchronize, labeled]
jobs:
dependabot:
name: Update Dependabot PR
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'dependencies')
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
- name: Update PR
uses: StafflinePeoplePlus/[email protected]
with:
owner: frontvibe
repo: sanity-plugins
pr-number: ${{ github.event.pull_request.number }}
token: ${{ secrets.GITHUB_TOKEN }}