-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.example.nuon
37 lines (37 loc) · 1020 Bytes
/
config.example.nuon
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
{
teams: [
{
id: "c78f4efe-17e1-47f7-8b17-33081d37bba9"
name: "red_onions"
jira_projects: [Dial]
orgs: [nushell]
members: [
{
email: "[email protected]"
github_handle: a-onion
active: false
start_date: 2024-01-01
end_date: 2024-03-24
}
{
email: "[email protected]"
github_handle: b-onion
active: true
start_date: 2024-08-01
}
]
repos: [
{
name: "nushell/nushell"
active: true
start_date: 2024-01-01
}
{
name: "nushell/nu_scripts"
active: true
start_date: 2024-05-01
}
]
}
]
}