From a5b07c55c89eaa97c15abfd34360ac8ed183d466 Mon Sep 17 00:00:00 2001 From: damocles Date: Wed, 9 Sep 2026 23:00:38 +0200 Subject: [PATCH] docs/scheduler/ci.md: drop bare issue tag #4146 missed in ci.yml's own cleanup --- docs/scheduler/ci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scheduler/ci.md b/docs/scheduler/ci.md index 420f9610..9048f08f 100644 --- a/docs/scheduler/ci.md +++ b/docs/scheduler/ci.md @@ -35,7 +35,7 @@ Several jobs run on every PR (and on `workflow_dispatch` for manual re-triggers), defined in [`.forgejo/workflows/ci.yml`](../../.forgejo/workflows/ci.yml). The first four below are required checks (forge branch protection) — a hit on any of them -blocks merge. The two vale jobs split a single check in two (#4128): the +blocks merge. The two vale jobs split what used to be a single check: the error-only one exists so it _can_ become a required check without also gating on the full job's standing warning/suggestion backlog, but flipping that switch on the forge is a separate operator action, not something this