fix: emit item-keyed markDefs patches instead of whole-array sets
#5647
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Add changeset to Renovate updates | |
| on: | |
| pull_request_target: | |
| types: [opened, synchronize] | |
| concurrency: ${{ github.workflow }}-${{ github.ref }} | |
| permissions: | |
| contents: read # for checkout | |
| jobs: | |
| call: | |
| uses: portabletext/.github/.github/workflows/changesets-from-conventional-commits.yml@main | |
| if: github.event.pull_request.user.login == 'renovate[bot]' | |
| secrets: inherit |