From 6193595a9de3455b7edd1d98f8fe1c5ac7743a15 Mon Sep 17 00:00:00 2001 From: Damo Date: Sat, 6 Jun 2026 12:23:22 +0800 Subject: [PATCH] Add Bunny ready transition fixture --- .github/bunny-review-test/ready-transition.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/bunny-review-test/ready-transition.md diff --git a/.github/bunny-review-test/ready-transition.md b/.github/bunny-review-test/ready-transition.md new file mode 100644 index 000000000..c66edf1ec --- /dev/null +++ b/.github/bunny-review-test/ready-transition.md @@ -0,0 +1,9 @@ +# Bunny ready transition fixture + +This fixture exists only to exercise the draft-to-ready Bunny Review path. + +Expected coverage: + +- Opening as draft lets Bunny record a draft review for the first head SHA. +- Marking ready for review dispatches Bunny again even when the same SHA was already reviewed. +- The ready event requests full mode so ready-policy status is recomputed.