46 lines
No EOL
967 B
Python
46 lines
No EOL
967 B
Python
{
|
|
"id": 996070,
|
|
"name": "Policy",
|
|
"target": "branch",
|
|
"source_type": "Repository",
|
|
"source": "QUBUHUB/web4.app",
|
|
"enforcement": "active",
|
|
"conditions": {},
|
|
"rules": [
|
|
{
|
|
"type": "deletion"
|
|
},
|
|
{
|
|
"type": "non_fast_forward"
|
|
},
|
|
{
|
|
"type": "code_scanning",
|
|
"parameters": {
|
|
"code_scanning_tools": [
|
|
{
|
|
"tool": "CodeQL",
|
|
"security_alerts_threshold": "high_or_higher",
|
|
"alerts_threshold": "all"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "required_signatures"
|
|
},
|
|
{
|
|
"type": "pull_request",
|
|
"parameters": {
|
|
"required_approving_review_count": 0,
|
|
"dismiss_stale_reviews_on_push": true,
|
|
"require_code_owner_review": true,
|
|
"require_last_push_approval": true,
|
|
"required_review_thread_resolution": true
|
|
}
|
|
},
|
|
{
|
|
"type": "required_linear_history"
|
|
}
|
|
],
|
|
"bypass_actors": []
|
|
} |