Upload files to "/"
This commit is contained in:
parent
0dd0a65129
commit
403b5040ca
5 changed files with 546 additions and 0 deletions
46
Dist:web4 2.app
Normal file
46
Dist:web4 2.app
Normal file
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"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": []
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue