feat: publish review check on reviewed HEAD

Adds a dedicated `review` check for the exact pull request HEAD
Keeps manual review commands reported separately from the default branch job
Documents the new review check behavior in contributing guidelines
This commit is contained in:
Bohdan Triapitsyn
2026-07-22 10:21:11 +03:00
parent 1c7cdf68e3
commit a62731bd6e
2 changed files with 130 additions and 10 deletions
+5
View File
@@ -219,6 +219,11 @@ the previous readiness label before it starts, and only `review:ready` means
the pull request is ready to enter the maintainer review queue. Draft pull
requests have no readiness label.
The workflow publishes a separate `review` check on the exact reviewed HEAD;
only `review:ready` passes it. The `automation` job reports workflow execution
independently so a manual `/oc-review` result can update readiness without
being attached to the default-branch commit that triggered the command.
Each completed review creates a new comment tied to its reviewed HEAD so the
conversation remains chronological. Previous review comments are not rewritten.