-
Notifications
You must be signed in to change notification settings - Fork 179
/
Copy pathplugins.yaml
78 lines (73 loc) · 1.25 KB
/
plugins.yaml
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
plugins:
kyma-project:
plugins:
- cat
- trigger
- assign
- wip
- lgtm
- hold
- label
- yuks
- dog
- size
- shrug
- invalidcommitmsg
- help
kyma-project/test-infra:
plugins:
- config-updater
kyma-incubator:
plugins:
- cat
- trigger
- assign
- wip
- lgtm
- hold
- label
- yuks
- dog
- size
- shrug
- invalidcommitmsg
- help
config_updater:
maps:
prow/jobs/**/*.yaml:
name: job-config
gzip: true
prow/config.yaml:
name: config
prow/branchprotector-config.yaml:
name: branchprotector-config
prow/plugins.yaml:
name: plugins
prow/labels.yaml:
name: label-config
clusters:
trusted-workload:
- default
triggers:
- repos:
- kyma-project
- kyma-incubator
only_org_members: true
ignore_ok_to_test: true
elide_skipped_contexts: false
lgtm:
- repos:
- kyma-project
- kyma-incubator
review_acts_as_lgtm: true
label:
additional_labels:
- tide/merge-method-merge
- tide/merge-method-rebase
- tide/merge-method-squash
size:
s: 10
m: 30
l: 100
xl: 500
xxl: 1000