-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathrequired-status-checks.json
More file actions
49 lines (49 loc) · 1.07 KB
/
required-status-checks.json
File metadata and controls
49 lines (49 loc) · 1.07 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
43
44
45
46
47
48
49
{
"id": 6624327,
"name": "required-status-checks",
"target": "branch",
"source_type": "Repository",
"source": "NixOS/nixpkgs",
"enforcement": "active",
"conditions": {
"ref_name": {
"exclude": [],
"include": [
"~DEFAULT_BRANCH",
"refs/heads/release*",
"refs/heads/staging*",
"refs/heads/haskell-updates"
]
}
},
"rules": [
{
"type": "required_status_checks",
"parameters": {
"strict_required_status_checks_policy": false,
"do_not_enforce_on_create": true,
"required_status_checks": [
{
"context": "no PR failures",
"integration_id": 15368
}
]
}
}
],
"created_at": "2025-07-10T16:48:00.187-04:00",
"updated_at": "2025-07-10T16:48:00.187-04:00",
"bypass_actors": [
{
"actor_id": 203427,
"actor_type": "Team",
"bypass_mode": "always"
},
{
"actor_id": 1075715,
"actor_type": "Integration",
"bypass_mode": "always"
}
],
"current_user_can_bypass": "always"
}