Files
bsky-social-app/scripts
Tomek Zawadzki e42d7f9859 Post React Compiler report as a sticky PR comment instead of a CI job
Review feedback: as a lint-matrix job it never fails and the report is
buried in the job summary. A dedicated workflow now runs the report on
every same-repo PR and posts it via sticky-pull-request-comment.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-31 14:08:00 +02:00
..
2026-08-18 10:46:11 -04:00
2025-06-23 10:11:17 -07:00
2024-04-13 12:20:06 -07:00
2024-06-21 21:38:04 -07:00

Tool Scripts

react-compiler-report.ts

Reports which components and hooks React Compiler skipped optimizing, grouped by the compiler's own diagnostic category. Run with pnpm react-compiler:report; the React Compiler report workflow also runs it on every pull request and posts the report as a sticky PR comment.

updateExtensions.sh

Updates the extensions in /modules with the current iOS/Android project changes.