Skip to content

Commit f6ac40f

Browse files
authored
ci(repo): bump break-check to latest main, apply AI downgrades (#8722)
1 parent 129e470 commit f6ac40f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.github/workflows/api-changes.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ env:
4646
# The tool was renamed snapi -> break-check (package @clerk/break-check, binary
4747
# break-check, repo clerk/break-check). Pinned to a pkg.pr.new build of a
4848
# specific commit on main.
49-
BREAK_CHECK_PACKAGE: https://pkg.pr.new/clerk/break-check/@clerk/break-check@a4db93a68e43e45a71cc958cc4a722d91c5f62b2
49+
BREAK_CHECK_PACKAGE: https://pkg.pr.new/clerk/break-check/@clerk/break-check@98cb22591751a1628e4e260064ddffa5647d6de5
5050
BREAK_CHECK_FILTERS: >-
5151
--filter=@clerk/astro
5252
--filter=@clerk/backend
@@ -223,6 +223,7 @@ jobs:
223223
pnpm dlx --package "$BREAK_CHECK_PACKAGE" break-check detect \
224224
--baseline .api-snapshots-baseline \
225225
--output api-changes-report.md \
226+
--ai-apply-downgrades \
226227
--fail-on-breaking
227228
228229
- name: Upload API changes report

0 commit comments

Comments
 (0)