forked from collective/github-collective
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.cfg
41 lines (37 loc) · 885 Bytes
/
example.cfg
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
[team:contributors]
permission = push
members =
MarcWeber
honza
garbas
repos =
snipmate-snippets
[repo:vim-snipmate]
fork = garbas/vim-snipmate
owners = garbas MarcWeber
teams = contributors
[repo:snipmate-snippets]
fork = honza/snipmate-snippets
owners = honza
# this will create
# - 3 teams:
# [{'name': '--auto-contributors',
# 'permission': 'push',
# 'members': ['MarcWeber', 'garbas', 'honza'],
# 'repos': ['snipmate', 'snipmate-snippets']
# },
# {'name': '--auto-snipmate-owners',
# 'permission': 'push',
# 'members': ['MarcWeber', 'garbas'],
# 'repos': ['snipmate']
# },
# {'name': '--auto-snipmate-snippets-owners',
# 'permission': 'push',
# 'members': ['MarcWeber', 'garbas'],
# 'repos': ['snipmate-snippets']
# }
# ]
# - 2 repos:
# [{'name': 'snipmate'},
# {'name': 'snipmate-snippets'}
# ]