mediamark: make repo public and require woodpecker PR checks
ci/woodpecker/pr/plan Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful

This commit is contained in:
2026-08-29 21:08:48 +10:00
parent ae41bf6cdc
commit cd006fdff6
@@ -1,5 +1,5 @@
description: "Keyboard-centric web UI to mark media as cheeztv (kids) content via hardlinks; oauth2-proxy fronted, talks to sonarr/radarr APIs"
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"