-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.json
More file actions
50 lines (50 loc) · 1.15 KB
/
Copy pathconfig.example.json
File metadata and controls
50 lines (50 loc) · 1.15 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
50
{
"github": {
"owner": "your-github-username",
"repository": "your-repo-name",
"project": {
"name": "Your Project Name",
"id": "PVT_xxxxxxxxxxxx",
"number": 1,
"fields": {
"status": {
"id": "PVTSSF_xxxxxxxxxxx",
"options": {
"backlog": "xxxxxxxx",
"pm_refined": "xxxxxxxx",
"dev_ready": "xxxxxxxx",
"in_progress": "xxxxxxxx",
"in_review": "xxxxxxxx",
"done": "xxxxxxxx"
}
},
"work_item_type": {
"id": "PVTSSF_xxxxxxxxxxx",
"options": {
"epic": "xxxxxxxx",
"user_story": "xxxxxxxx"
}
}
}
}
},
"pr_workflow": {
"default_base_branch": "main",
"validation": {
"default_mode": "full",
"async_mode": true,
"notification_method": "desktop",
"cache_dir": "~/.swarm-pr-cache"
},
"labels": {
"validated": "validated",
"validation_failed": "validation-failed",
"module_prefix": "module:"
}
},
"editor": "vim",
"notifications": {
"enabled": true,
"method": "desktop"
}
}