From 781a1fddc5c4b9d5dae6643218eef70e1ab60f54 Mon Sep 17 00:00:00 2001 From: ops-ci-01 Date: Wed, 19 Aug 2026 18:41:48 -0500 Subject: [PATCH] docs(ci): soften protection parenthetical to the measurable claim rev-code-01 review id 215: the branch-protection API is admin-gated for seat tokens, so 'required status check' cannot be evidenced inline; the comment states only what carries its own evidence. Protection and default-branch status are API-readable and stay. --- .woodpecker/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.woodpecker/ci.yml b/.woodpecker/ci.yml index ac68ef1f..13b5e05f 100644 --- a/.woodpecker/ci.yml +++ b/.woodpecker/ci.yml @@ -8,8 +8,7 @@ variables: when: # PR + manual CI run on any branch: the pull_request pipeline is the merge - # gate (required status check on next; next is protected and the DEFAULT - # branch since 2026-08-19). + # gate (next is protected and the default branch since 2026-08-19). # Push CI runs on main only. next deliberately runs NO push ci: post-merge # verification on next is carried by publish.yml's `verify` step # (pnpm verify:release), which mirrors this pipeline's complete mandatory