From df94647df3deddba837d03ccf00d68db3ee4e95d Mon Sep 17 00:00:00 2001 From: Zhang <56248212+YonganZhang@users.noreply.github.com> Date: Tue, 23 Jun 2026 04:16:36 +0800 Subject: [PATCH] fix(rpc): alias legacy channels list methods (#3655) Co-authored-by: Steven Enamakel --- docs/WEEKLY-CODE-REVIEW.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/WEEKLY-CODE-REVIEW.md b/docs/WEEKLY-CODE-REVIEW.md index 0896d02c6..87b9372aa 100644 --- a/docs/WEEKLY-CODE-REVIEW.md +++ b/docs/WEEKLY-CODE-REVIEW.md @@ -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