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>
This commit is contained in:
Tomek Zawadzki
2026-08-31 14:08:00 +02:00
parent c2e4317590
commit e42d7f9859
4 changed files with 94 additions and 39 deletions
+2 -1
View File
@@ -4,7 +4,8 @@
Reports which components and hooks React Compiler skipped optimizing, grouped by
the compiler's own diagnostic category. Run with `pnpm react-compiler:report`;
also runs in the Lint workflow, where it writes the report to the job summary.
the React Compiler report workflow also runs it on every pull request and posts
the report as a sticky PR comment.
## updateExtensions.sh