Skip to content

v1.2.0

Choose a tag to compare

@ZhenghuaBao ZhenghuaBao released this 21 Jul 07:59
· 52 commits to main since this release
317031e

Orca-Code-Review v1.2.0

Backward-compatible feature release.

New

  • 👀 reaction on review requests. The action now posts a eyes reaction on the PR body (and on the trigger comment for a maintainer's /orca-code-review comment), 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-review in 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-review keep working — the string in their if: 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.