Add caveats section noting fork PR limitation

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Joshua Hale
2026-03-31 10:38:48 +01:00
parent 71ed76a552
commit 44487309c0
+4
View File
@@ -100,3 +100,7 @@ jobs:
The repository must have the following feature flags enabled:
- `code_coverage_upload_api` (org-level)
- `code_coverage_processing` (repo-level)
## Caveats
- **Fork PRs are not supported.** Pull requests from forks don't have write access to the base repository, so the action cannot upload coverage. When a fork PR is detected, the action exits gracefully with a notice — it won't fail your CI.