forked from jangruenwaldt/devops-digital-twin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json.twbs.bootstrap
48 lines (48 loc) · 1.3 KB
/
config.json.twbs.bootstrap
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
{
"personal_access_token": "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",
"main_branch": "main",
"twin_owner": "twbs",
"twin_name": "bootstrap",
"commit_data_source": "https://github.com/twbs/bootstrap",
"deployment_data_source": "https://github.com/twbs/bootstrap",
"project_management_data_source": "https://github.com/twbs/bootstrap",
"automations_data_source": "https://github.com/twbs/bootstrap",
"automations_history_data_source": "https://github.com/twbs/bootstrap",
"update_interval_in_minutes": "24",
"enable_logs": "true",
"automation_history_since": "2022-09-30",
"force_update_on_first_launch": "true",
"deployment_automation_name": "pages build and deployment",
"test_automation_names": [
"JS Tests",
"LambdaTest",
"CSS"
],
"ci_automation_names": [
"BrowserStack",
"BundleWatch",
"CodeQL",
"Compress Images",
"cspell",
"CSS",
"CSS (Dart Sass)",
"Docs",
"JS Tests",
"LambdaTest",
"Lint"
],
"project_management_bug_categories": [
"p1",
"p2",
"p3",
"affects-main-branch",
"browser-bug",
"regression",
"performance",
"accessibility",
"confirmed",
"print"
],
"override_existing_data": "true",
"deployment_regex": "^v5\\.\\d+\\.\\d+$"
}