From 44487309c0e24bb053fc6cd4376aac55596f1189 Mon Sep 17 00:00:00 2001 From: Joshua Hale Date: Tue, 31 Mar 2026 10:38:48 +0100 Subject: [PATCH] Add caveats section noting fork PR limitation Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2f63254..824db68 100644 --- a/README.md +++ b/README.md @@ -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.