mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-27 21:08:00 +00:00
fix(rpc): alias legacy channels list methods (#3655)
Co-authored-by: Steven Enamakel <enamakel@tinyhumans.ai>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user