-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevelop.json
More file actions
42 lines (42 loc) · 1.1 KB
/
develop.json
File metadata and controls
42 lines (42 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"required_status_checks": {
"strict": false,
"contexts": [
"Lint & Format",
"Type Check",
"Unit tests",
"Coverage",
"Architecture (import-linter)",
"Pre-commit",
"File length",
"Version bump check",
"Action pinning audit",
"Tests required",
"src/ README audit",
"Aspirational ticket cite",
"Frontend Build",
"Frontend Quality",
"Branch-protection contexts sync",
"Commit-type sync",
"Lint PR title (conventional commits)",
"Secret scan (gitleaks)",
"Python deps (pip-audit)",
"Frontend deps (npm audit)",
"Container image scan (trivy)"
]
},
"enforce_admins": false,
"required_pull_request_reviews": {
"dismiss_stale_reviews": true,
"require_code_owner_reviews": true,
"required_approving_review_count": 1,
"require_last_push_approval": false
},
"restrictions": null,
"allow_force_pushes": false,
"allow_deletions": false,
"block_creations": false,
"required_conversation_resolution": true,
"lock_branch": false,
"allow_fork_syncing": false
}