repository: protect jellyfin-ha-src main branch
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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user