Skip to content

feat(icons): add new icons in launchpad #2034

feat(icons): add new icons in launchpad

feat(icons): add new icons in launchpad #2034

name: Changeset Check
on:
pull_request:
types:
- labeled
- unlabeled
- opened
- synchronize
- reopened
jobs:
changeset-check:
if: |
!contains(github.event.pull_request.head.ref, 'changeset-release') &&
!contains(github.event.pull_request.labels.*.name, 'skip changeset')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v3
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Check for Changeset
run: pnpx @changesets/cli status --since="origin/main"