1
0
зеркало из https://github.com/glebtv/tui-textarea.git synced 2026-08-28 11:36:17 +03:00
Files
tui-textarea/.github/branch-protection-main.json
srothgan ebd3af05e1 chore: refresh GitHub repository setup (#23)
* chore: refresh GitHub repository setup

* chore: align CI with Rust 1.88 MSRV
2026-07-01 04:47:43 +10:00

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
}