From b8e32c8c07c6126f35af136a09ae6766d69b6eea Mon Sep 17 00:00:00 2001 From: khoi <6994441+khoi@users.noreply.github.com> Date: Thu, 6 Aug 2026 23:07:18 +0100 Subject: [PATCH 1/2] tests: exercise pull request review --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b581df..56611f5 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,4 @@ jobs: CODEX_BALANCER_API_KEY: ${{ secrets.CODEX_BALANCER_API_KEY }} ``` -SupaReview skips draft and fork pull requests. It gives both subagents the same diff context, runs them in parallel, deduplicates their findings, and posts one review comment. +SupaReview reviews draft and fork pull requests. It gives both subagents the same diff context, runs them in parallel, deduplicates their findings, and posts one review comment. From 57c1cc1d360eac78adfcff3b6320f4dd551d644c Mon Sep 17 00:00:00 2001 From: khoi <6994441+khoi@users.noreply.github.com> Date: Thu, 6 Aug 2026 23:13:27 +0100 Subject: [PATCH 2/2] tests: retrigger pull request review