844fff8db6
node-lookup is being set up with build/test/pre-commit CI and a main-based workflow, so its Gitea repo config needs to match. - Change default_branch from master to main. - Rename the branch protection rule to main and update the required status checks to the new pipeline names (build, test, pre-commit) instead of the old lint/unit-tests contexts.
15 lines
455 B
YAML
15 lines
455 B
YAML
description: "A CLI tool written in Go that queries the PuppetDB API to look up and filter node facts."
|
|
private: false
|
|
default_branch: "main"
|
|
default_delete_branch_after_merge: true
|
|
default_merge_style: "squash"
|
|
branch_protection:
|
|
- rule_name: "main"
|
|
enable_push: false
|
|
status_check_contexts:
|
|
- "ci/woodpecker/pr/build"
|
|
- "ci/woodpecker/pr/test"
|
|
- "ci/woodpecker/pr/pre-commit"
|
|
approval_whitelist_users:
|
|
- "unkinben"
|