Skip to content

build(deps-dev): bump react-router from 7.9.6 to 7.12.0 in /packages/apps/shopify-app-react-router #21589

build(deps-dev): bump react-router from 7.9.6 to 7.12.0 in /packages/apps/shopify-app-react-router

build(deps-dev): bump react-router from 7.9.6 to 7.12.0 in /packages/apps/shopify-app-react-router #21589

Workflow file for this run

name: Changelog
on:
pull_request:
types:
- labeled
- unlabeled
- opened
- synchronize
- reopened
jobs:
check:
if: |
!contains(github.event.pull_request.head.ref, 'changeset-release') &&
!contains(github.event.pull_request.labels.*.name, 'Skip Changelog')
runs-on: ubuntu-latest
steps:
- name: Checkout branch
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1
with:
node-version: 20.x
- name: Check for Changeset
run: npx @changesets/cli status --since="origin/main"