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
-1
View File
@@ -29,7 +29,6 @@ jobs:
'typecheck:ios',
'typecheck:android',
'typecheck:web',
'react-compiler:report',
]
steps:
- name: ⬇️ Check out Git repository