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:
+2
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user