Skip to content

refactor(examples): replace hand-written SVG icons with lucide-react #957

refactor(examples): replace hand-written SVG icons with lucide-react

refactor(examples): replace hand-written SVG icons with lucide-react #957

name: Add Changeset to Dependabot PRs
on:
pull_request:
types: [opened, synchronize]
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs:
add-changeset:
if: github.actor == 'dependabot[bot]'
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