Skip to content

feat(Dialog): add option to open non-modal dialog #11

feat(Dialog): add option to open non-modal dialog

feat(Dialog): add option to open non-modal dialog #11

Workflow file for this run

name: Check changeset
on:
workflow_dispatch:
pull_request:
paths:
- 'packages/cli/**'
- 'packages/css/**'
- 'packages/react/**'
- 'packages/theme/**'
jobs:
checks:
name: Check if changeset is present
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ./.github/actions/gh-setup
- name: Check if changeset status
run: yarn changeset status --since=${{ github.event.pull_request.base.ref}}