-
Notifications
You must be signed in to change notification settings - Fork 0
/
example_config.yaml
52 lines (49 loc) · 1.19 KB
/
example_config.yaml
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
51
52
settings:
green_if: ci_green_on_default_branch
check_period: 600000000
# is_green: 60000000
# is_green: 10m
sections:
- display_name: "Core"
repos:
- name: codedownio/codedown
settings:
check_period: 300000000
# check_period: 5m
- codedownio/codedown-db
- codedownio/codedown-languages
- codedownio/job-manager
- codedownio/matheditable
- codedownio/ot
- codedownio/resource-map
- display_name: "Languages ecosystem"
repos:
- codedownio/haskell-notebook-language-server
- codedownio/markdown-spellcheck-lsp
- codedownio/rust-notebook-language-server
- codedownio/General
- display_name: "Open source"
repos:
- codedownio/aeson-typescript
- codedownio/myers-diff
- codedownio/sandwich
- codedownio/servant-typescript
- codedownio/sauron
- display_name: "Maintaining"
repos:
- haskell-fswatch/hfsnotify
- haskell-webdriver/haskell-webdriver
- display_name: "No tests"
open: false
repos:
- codedownio/immutability-helper-rfc6902
- codedownio/julia2nix
- codedownio/registry2nix
# - display_name: "thomasjm"
# open: false
# repos:
# - "thomasjm/*"
# - display_name: "codedownio"
# open: false
# repos:
# - "codedownio/*"