Make clickhouse-tools and logviewer public and require CI status checks
ci/woodpecker/pr/plan Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful

Both repos do not need to be private, and their main branches should
only accept PRs whose Woodpecker pipeline passed.

- private: false for clickhouse-tools and logviewer
- require ci/woodpecker/pr/build status check on main for both
This commit is contained in:
2026-08-23 16:33:47 +10:00
parent 58c67e69be
commit 3cbfac7017
2 changed files with 6 additions and 2 deletions
@@ -1,5 +1,5 @@
description: "CLI tools (chcat, chtail, chgrep) for searching, filtering and tailing logs in the ClickHouse log store" description: "CLI tools (chcat, chtail, chgrep) for searching, filtering and tailing logs in the ClickHouse log store"
private: true private: false
default_branch: "main" default_branch: "main"
default_delete_branch_after_merge: true default_delete_branch_after_merge: true
default_merge_style: "squash" default_merge_style: "squash"
@@ -8,3 +8,5 @@ branch_protection:
merge_whitelist_teams: merge_whitelist_teams:
- "Owners" - "Owners"
enable_push: false enable_push: false
status_check_contexts:
- "ci/woodpecker/pr/build"
@@ -1,5 +1,5 @@
description: "Web UI for the ClickHouse log store: fuzzy find, tail and SQL-filter logs (logviewer.unkin.net)" description: "Web UI for the ClickHouse log store: fuzzy find, tail and SQL-filter logs (logviewer.unkin.net)"
private: true private: false
default_branch: "main" default_branch: "main"
default_delete_branch_after_merge: true default_delete_branch_after_merge: true
default_merge_style: "squash" default_merge_style: "squash"
@@ -8,3 +8,5 @@ branch_protection:
merge_whitelist_teams: merge_whitelist_teams:
- "Owners" - "Owners"
enable_push: false enable_push: false
status_check_contexts:
- "ci/woodpecker/pr/build"