Skip to content

Commit

Permalink
Merge branch 'next' into split-severity-from-color-type
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz authored Feb 26, 2025
2 parents d2e2699 + 3bfda95 commit 16fc286
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/check-changeset
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
name: Check if changeset is present for package changes
on:
workflow_dispatch:
pull_request:
paths:
- 'packages/cli/**'
- 'packages/css/**'
- 'packages/react/**'
- 'packages/theme/**'
# 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
- name: Check if changeset
run: yarn changeset status --since=main
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}}

0 comments on commit 16fc286

Please sign in to comment.