forked from beyondstorage/community
-
Notifications
You must be signed in to change notification settings - Fork 0
/
repos.toml
62 lines (56 loc) · 968 Bytes
/
repos.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[site]
project = ["go-storage", "beyond-tp"]
["go-*"]
project = ["go-storage"]
["go-*".action]
required = [
"build-test",
"unit-test",
"auto-merge"
]
allowed = ["integration-test"]
["go-storage"]
project = ["go-storage"]
[go-storage.action]
required = []
allowed = [
"cross-build",
"golangci-lint",
"build-test",
"unit-test",
"auto-merge"
]
[go-service-fs]
project = ["go-storage"]
[go-service-fs.action]
required = [
"build-test",
"unit-test",
"auto-merge"
]
allowed = [
"cross-build",
"integration-test"
]
[beyond-tp]
project = ["beyond-tp"]
[beyond-tp.action]
required = ["auto-merge"]
allowed = ["unit-test", "release"]
[beyond-ctl]
project = ["beyond-ctl"]
[beyond-ctl.action]
required = [
"build-test",
"unit-test",
"auto-merge"
]
allowed = ["integration-test"]
[beyond-fs]
project = ["go-storage"]
[beyond-fs.action]
required = [
"build-test",
"auto-merge"
]
allowed = ["unit-test"]