diff --git a/ops/forgejo/branch-protection.json b/ops/forgejo/branch-protection.json index 0f34550..b0ac04e 100644 --- a/ops/forgejo/branch-protection.json +++ b/ops/forgejo/branch-protection.json @@ -1,5 +1,7 @@ { - "enable_push": false, + "enable_push": true, + "enable_push_whitelist": true, + "push_whitelist_usernames": ["daniel"], "enable_status_check": true, "status_check_contexts": [ "CI / lint*",