Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ merge.
it as an external **Connection** under Integrations, then reference it from
a guardrail rule. OSV is free/public; Snyk and Semgrep need their own keys.

3. Add this workflow at **`.github/workflows/orcarouter-code-review.yml`**
(copy from [`workflows/orcarouter-code-review.yml`](./workflows/orcarouter-code-review.yml)):
3. Add this workflow at **`.github/workflows/orca-code-review.yml`**
(copy from [`workflows/orca-code-review.yml`](./workflows/orca-code-review.yml)):

```yaml
name: Orca-Code-Review
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ When cutting a release from a merged feature branch:

Until the tag is moved, do not advertise the new inputs under `@v1`. For
pre-release dogfooding, pin an immutable commit SHA (as OrcaRouter-O2's own
`.github/workflows/orcarouter-code-review.yml` does) rather than `@v1`.
`.github/workflows/orca-code-review.yml` does) rather than `@v1`.

## Marketplace

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Orca-Code-Review — reusable composite action.
#
# Consumers reference this with `uses:` instead of copying the folder; see
# workflows/orcarouter-code-review.yml for the ~15-line example workflow.
# workflows/orca-code-review.yml for the ~15-line example workflow.
#
# Single-tier review (gpt-5.5): one review pass per run. The cheap->strong
# cascade was retired after testing showed the cheap tier added no value online
Expand Down
File renamed without changes.
Loading