-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.yaml
More file actions
42 lines (39 loc) · 1.14 KB
/
example.yaml
File metadata and controls
42 lines (39 loc) · 1.14 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
groups:
- projects: "Example Group Project"
name: group-project
repo: https://github.com/org/group-project
members:
- name: Student One
email: XXX@ucsc.edu
- name: Student Two
email: XXX@ucsc.edu
- name: Student Three
email: XXX@ucsc.edu
- projects: "Another Group Project"
name: another-project
repo: https://github.com/org/another-project
members:
- name: Student Four
email: XXX@ucsc.edu
- name: Student Five
email: XXX@ucsc.edu
- name: Student Six
email: XXX@ucsc.edu
- name: Student Seven
email: XXX@ucsc.edu
- projects: "Combined A/B: A. First Project, B. Second Project"
name: multi-repo-project
repo: https://github.com/org/multi-repo-main
extra_repos:
- https://github.com/org/multi-repo-secondary
members:
- name: Student Eight
email: XXX@ucsc.edu
- name: Student Nine
email: XXX@ucsc.edu
- projects: "Grad Student Individual Project"
name: grad-project
repo: https://github.com/jdoe/grad-project
members:
- name: Grad Student One
email: XXX@ucsc.edu