waitfordb: add branch protection on main #79
Reference in New Issue
Block a user
Delete Branch "benvin/waitfordb-branch-protection"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
The waitfordb repo was created without branch protection so its first code PR wasn't blocked by not-yet-existing CI checks. Adding protection now (mirrors node-lookup).
How
ci/woodpecker/pr/buildNote:
ci/woodpecker/pr/buildonly reports once the repo is activated in Woodpecker; that activation also unblocks waitfordb PR #1.Updated
status_check_contextsfor waitfordb to require all three Woodpecker PR checks:ci/woodpecker/pr/pre-commit,ci/woodpecker/pr/test, andci/woodpecker/pr/build(mirrors node-lookup). The CI split is in unkin/waitfordb#2. Note: the three contexts will only start reporting once unkin/waitfordb is activated in Woodpecker.