mediamark: make repo public and require woodpecker PR checks
This commit is contained in:
@@ -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"
|
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_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,7 @@ branch_protection:
|
|||||||
merge_whitelist_teams:
|
merge_whitelist_teams:
|
||||||
- "Owners"
|
- "Owners"
|
||||||
enable_push: false
|
enable_push: false
|
||||||
|
status_check_contexts:
|
||||||
|
- "ci/woodpecker/pr/build"
|
||||||
|
- "ci/woodpecker/pr/test"
|
||||||
|
- "ci/woodpecker/pr/pre-commit"
|
||||||
|
|||||||
Reference in New Issue
Block a user