repository: protect jellyfin-ha-src main branch
ci/woodpecker/pr/plan Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful

Now that the source fork is seeded on main with the pinned upstream tree and a
pristine upstream ref, enable branch protection on main: block direct pushes
and require an Owners approval so future changes land through reviewed pull
requests.
This commit is contained in:
2026-08-10 23:55:07 +10:00
parent 5bf5f9d85e
commit db62cd1b26
@@ -2,3 +2,8 @@ description: "Source fork of ZoltyMat/jellyfin-ha carrying HA patches"
private: false private: false
default_branch: "main" default_branch: "main"
default_delete_branch_after_merge: true default_delete_branch_after_merge: true
branch_protection:
- rule_name: "main"
enable_push: false
approval_whitelist_teams:
- "Owners"