mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-07-19 01:29:40 +02:00
28 lines
807 B
YAML
28 lines
807 B
YAML
|
- id: 1
|
||
|
repo_id: 2
|
||
|
branch_name: protected-main
|
||
|
can_push: false
|
||
|
enable_whitelist: true
|
||
|
whitelist_user_i_ds: [1]
|
||
|
whitelist_team_i_ds: []
|
||
|
enable_merge_whitelist: true
|
||
|
whitelist_deploy_keys: false
|
||
|
merge_whitelist_user_i_ds: [1]
|
||
|
merge_whitelist_team_i_ds: []
|
||
|
enable_status_check: false
|
||
|
status_check_contexts: []
|
||
|
enable_approvals_whitelist: true
|
||
|
approvals_whitelist_user_i_ds: []
|
||
|
approvals_whitelist_team_i_ds: [1]
|
||
|
required_approvals: 1
|
||
|
block_on_rejected_reviews: true
|
||
|
block_on_official_review_requests: true
|
||
|
block_on_outdated_branch: true
|
||
|
dismiss_stale_approvals: true
|
||
|
ignore_stale_approvals: false
|
||
|
require_signed_commits: false
|
||
|
protected_file_patterns: ""
|
||
|
unprotected_file_patterns: ""
|
||
|
apply_to_admins: true
|
||
|
created_unix: 1752513073
|
||
|
updated_unix: 1752513073
|