fix(rpc): alias legacy channels list methods (#3655)

Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
This commit is contained in:
Zhang
2026-06-22 13:16:36 -07:00
committed by GitHub
co-authored by Steven Enamakel
parent 6762efd7f3
commit df94647df3
+5 -5
View File
@@ -5,7 +5,8 @@ not catch.
## What runs
Workflow: `.github/workflows/weekly-code-review.yml`.
Workflow: retired; the previous scheduled GitHub Actions workflow was removed
when redundant workflows were pruned.
Script: [`scripts/weekly-code-review.sh`](../scripts/weekly-code-review.sh).
The aggregator currently collects:
@@ -61,10 +62,9 @@ for the JSON shaping. Missing tools are skipped with a note in the report.
## Disabling / overrides
- **One-off skip** — cancel the scheduled run from the Actions tab.
- **Pause indefinitely** — comment out the `schedule:` block in
`.github/workflows/weekly-code-review.yml`. `workflow_dispatch` still works.
- **Retire** — delete the workflow + `scripts/weekly-code-review.sh` and
remove the `weekly-code-review` label. No other code references them.
- **Pause indefinitely** — no scheduled workflow is currently installed.
- **Retire fully** — delete `scripts/weekly-code-review.sh` and remove the
`weekly-code-review` label. No other code references them.
## Intentionally out of scope for the first cut