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