-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
45 lines (37 loc) · 1004 Bytes
/
config.toml
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
[[providers]]
path = 'mirrors/private'
[[providers.ref_matchers.rules]]
type = 'regex'
expr = 'refs/heads/.*'
[[providers.ref_matchers.rules]]
type = 'regex'
expr = 'refs/tags/.*'
[providers.source]
type = 'github_authenticated_user'
token = ''
affiliation = ['owner']
visibility = ['public', 'private']
[[providers.filters]]
type = 'blocklist'
urls = ['https://github.com/DanNixon/not-this-one', 'https://github.com/DanNixon/or-this-one']
[[providers]]
path = 'mirrors/misc'
[[providers.ref_matchers.rules]]
type = 'exact'
expr = 'refs/heads/main'
[[providers.ref_matchers.rules]]
type = 'exact'
expr = 'refs/heads/master'
[[providers.ref_matchers.rules]]
type = 'regex'
expr = 'refs/tags/.*'
[providers.source]
type = 'static_list'
[[providers.source.repos]]
git_url = 'https://github.com/dannixon/dotfiles'
path = 'dotfiles'
[[providers.source.repos.ref_matchers.rules]]
type = 'exact'
expr = 'refs/heads/main'
[[providers.source.repos]]
git_url = 'https://github.com/dannixon/ansible-system'