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.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user