From 14483ba5f732a218d9994adcf10b9b132149b68a Mon Sep 17 00:00:00 2001 From: Damo Date: Sat, 6 Jun 2026 12:24:36 +0800 Subject: [PATCH] Add Bunny ready dispatch fixture --- .github/bunny-review-test/ready-auto-dispatch.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/bunny-review-test/ready-auto-dispatch.md diff --git a/.github/bunny-review-test/ready-auto-dispatch.md b/.github/bunny-review-test/ready-auto-dispatch.md new file mode 100644 index 000000000..7cf9a501f --- /dev/null +++ b/.github/bunny-review-test/ready-auto-dispatch.md @@ -0,0 +1,9 @@ +# Bunny ready auto dispatch fixture + +This fixture exists only to exercise Bunny Review automation on a ready pull request targeting `refactor`. + +Expected coverage: + +- `pull_request_target` auto dispatch runs for a non-draft PR. +- Required CI check collection uses exact names from `ci-checks.json`. +- Ready status policy can fail for blocking/high findings, failed required CI, or pending/missing required CI.