зеркало из
https://github.com/glebtv/tui-textarea.git
synced 2026-08-28 11:36:17 +03:00
26 строки
631 B
JSON
26 строки
631 B
JSON
{
|
|
"required_status_checks": {
|
|
"strict": true,
|
|
"contexts": [
|
|
"cargo fmt --check",
|
|
"cargo clippy --all-targets -- -D warnings",
|
|
"cargo check",
|
|
"cargo test"
|
|
]
|
|
},
|
|
"enforce_admins": false,
|
|
"required_pull_request_reviews": {
|
|
"dismiss_stale_reviews": true,
|
|
"required_approving_review_count": 1,
|
|
"require_code_owner_reviews": false
|
|
},
|
|
"restrictions": null,
|
|
"required_conversation_resolution": true,
|
|
"allow_force_pushes": false,
|
|
"allow_deletions": false,
|
|
"block_creations": false,
|
|
"required_linear_history": false,
|
|
"lock_branch": false,
|
|
"allow_fork_syncing": true
|
|
}
|