Skip to content

feat: add onChange API for collection state with useCollectionURLState #982

feat: add onChange API for collection state with useCollectionURLState

feat: add onChange API for collection state with useCollectionURLState #982

name: Add Changeset to Dependabot PRs
on:
pull_request:
types: [opened, synchronize, labeled]
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
add-changeset:
if: contains(github.event.pull_request.labels.*.name, 'dependencies')
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
persist-credentials: false
- uses: IzumiSy/deps2changesets@main