From 9c3884e0315fc4b8293f87cb6174bb4e2fd0f128 Mon Sep 17 00:00:00 2001 From: atlas Date: Wed, 8 Jul 2026 23:38:59 +0200 Subject: [PATCH] docs(ci): lint jobs are required and block merge --- docs/ci.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ci.md b/docs/ci.md index 59a173ef..f6b5bad6 100644 --- a/docs/ci.md +++ b/docs/ci.md @@ -111,9 +111,9 @@ to avoid provisioning collisions. ## CI workflow Three jobs are defined in [`.forgejo/workflows/ci.yml`](../.forgejo/workflows/ci.yml): -`nix flake check` (required), `tracker-tag lint`, and `comment-block lint`. The -lint jobs are non-blocking while the legacy backlog clears. `hive-forge ci-rerun ---pr N` dispatches a `workflow_dispatch` retrigger without an empty commit. +`nix flake check`, `tracker-tag lint`, and `comment-block lint`. All three are +required — a lint failure blocks merge. `hive-forge ci-rerun --pr N` dispatches +a `workflow_dispatch` retrigger without an empty commit. ## Security: unsandboxed builds and trusted contributors