v1.2.0
Orca-Code-Review v1.2.0
Backward-compatible feature release.
New
- 👀 reaction on review requests. The action now posts a
eyesreaction on the PR body (and on the trigger comment for a maintainer's/orca-code-reviewcomment), so requesters get an immediate visible acknowledgement that the bot noticed the trigger. Static one-shot; failures are non-fatal (a reaction outage never blocks a review).
Rename
- Comment trigger
/orcarouter-review→/orca-code-reviewin the shipped example workflow, README, SECURITY docs, and action input-description prose. Matches the shipped brand (Orca-Code-Review) and cleans up legacy naming from the pre-rebrand period.
Compatibility
- The trigger string is enforced by the consumer's own workflow file (
startsWith(github.event.comment.body, '...')), not by action code. Existing workflows using/orcarouter-reviewkeep working — the string in theirif:gate still matches. If you copy the updated example workflow, the new trigger is/orca-code-review. - No input/output changes; no engine-behavior changes.