From dd02e3dc750c889f462c6252ddae780b86fce2a6 Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Sat, 22 Aug 2026 15:16:48 +1000 Subject: [PATCH] Require all three PR status checks for waitfordb The waitfordb CI is being split into three Woodpecker PR workflows (pre-commit, test, build), each exposing its own status context. Require all three on the main branch protection so a PR cannot merge until pre-commit, test, and build all pass. Mirrors node-lookup. --- config/git.unkin.net/unkin/repository/waitfordb.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/git.unkin.net/unkin/repository/waitfordb.yaml b/config/git.unkin.net/unkin/repository/waitfordb.yaml index 5e366e6..db0f03c 100644 --- a/config/git.unkin.net/unkin/repository/waitfordb.yaml +++ b/config/git.unkin.net/unkin/repository/waitfordb.yaml @@ -10,5 +10,7 @@ branch_protection: enable_push: false status_check_contexts: - "ci/woodpecker/pr/build" + - "ci/woodpecker/pr/test" + - "ci/woodpecker/pr/pre-commit" approval_whitelist_users: - "benvin"