Merge branch 'main' into benvin/delete-branch-after-merge-all
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
description: "A CLI tool written in Go that queries the PuppetDB API to look up and filter node facts."
|
description: "A CLI tool written in Go that queries the PuppetDB API to look up and filter node facts."
|
||||||
private: false
|
private: false
|
||||||
default_branch: "master"
|
default_branch: "main"
|
||||||
default_delete_branch_after_merge: true
|
default_delete_branch_after_merge: true
|
||||||
default_merge_style: "squash"
|
default_merge_style: "squash"
|
||||||
branch_protection:
|
branch_protection:
|
||||||
- rule_name: "master"
|
- rule_name: "main"
|
||||||
enable_push: false
|
enable_push: false
|
||||||
status_check_contexts:
|
status_check_contexts:
|
||||||
- "ci/woodpecker/pr/lint"
|
- "ci/woodpecker/pr/build"
|
||||||
|
- "ci/woodpecker/pr/test"
|
||||||
- "ci/woodpecker/pr/pre-commit"
|
- "ci/woodpecker/pr/pre-commit"
|
||||||
- "ci/woodpecker/pr/unit-tests"
|
|
||||||
approval_whitelist_users:
|
approval_whitelist_users:
|
||||||
- "unkinben"
|
- "unkinben"
|
||||||
|
|||||||
Reference in New Issue
Block a user