Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/fix-snapi-api-changes-workflow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
11 changes: 1 addition & 10 deletions .github/workflows/api-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@ on:
- main
- release/v4
- release/core-2
paths:
- 'packages/backend/**'
- 'packages/clerk-js/**'
- 'packages/nextjs/**'
- 'packages/react/**'
- 'packages/shared/**'
- 'packages/ui/**'
- 'snapi.config.json'
- '.github/workflows/api-changes.yml'
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches:
Expand All @@ -39,7 +30,7 @@ concurrency:
cancel-in-progress: ${{ github.event_name == 'pull_request' }}

env:
SNAPI_PACKAGE: https://pkg.pr.new/clerk/snapi/@clerk/snapi@d3ee0217f35a3b1ebb3ce73d252d12761b01f374
SNAPI_PACKAGE: https://pkg.pr.new/clerk/snapi/@clerk/snapi@d42ed8b7857f9254bbb2a6e9ead44d5e7b1aa60c
SNAPI_FILTERS: >-
--filter=@clerk/backend
--filter=@clerk/clerk-js
Expand Down
Loading