Merge pull request 'Make clickhouse-tools and logviewer public and require CI status checks' (#83) from benvin/repo-defaults into main
ci/woodpecker/push/apply Pipeline was successful

Reviewed-on: #83
This commit was merged in pull request #83.
This commit is contained in:
2026-08-23 16:56:12 +10:00
2 changed files with 10 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"
private: true
private: false
default_branch: "main"
default_delete_branch_after_merge: true
default_merge_style: "squash"
@@ -8,3 +8,7 @@ branch_protection:
merge_whitelist_teams:
- "Owners"
enable_push: false
status_check_contexts:
- "ci/woodpecker/pr/build"
- "ci/woodpecker/pr/test"
- "ci/woodpecker/pr/pre-commit"
@@ -1,5 +1,5 @@
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_delete_branch_after_merge: true
default_merge_style: "squash"
@@ -8,3 +8,7 @@ branch_protection:
merge_whitelist_teams:
- "Owners"
enable_push: false
status_check_contexts:
- "ci/woodpecker/pr/build"
- "ci/woodpecker/pr/test"
- "ci/woodpecker/pr/pre-commit"