Skip to content

Commit aa97907

Browse files
authored
Merge pull request #1405 from stackhpc/auto-label
Update auto-label config
2 parents 99b60aa + 43943f2 commit aa97907

File tree

1 file changed

+46
-17
lines changed

1 file changed

+46
-17
lines changed

.github/auto-label.yaml

Lines changed: 46 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,55 @@
11
---
22
path:
33
pullrequest: true
4-
paths:
5-
doc: 'documentation'
6-
.github: 'workflows'
7-
terraform: 'workflows'
8-
etc:
9-
kayobe:
10-
enviromnents:
11-
ci-aio: 'workflows'
12-
ci-builder: 'workflows'
13-
ci-multinode: 'workflows'
14-
trivy: 'workflows'
15-
ansible: 'ansible'
16-
kolla:
17-
config:
18-
grafana: "monitoring"
19-
prometheus: "monitoring"
20-
fluentd: "monitoring"
4+
multipleLabelPaths:
5+
- paths:
6+
.automation: 'kayobe-automation'
7+
.automation.conf: 'kayobe-automation'
8+
- paths:
9+
doc: 'documentation'
10+
- paths:
11+
.github: 'workflows'
12+
etc:
13+
kayobe:
14+
enviromnents:
15+
ci-aio: 'workflows'
16+
ci-builder: 'workflows'
17+
ci-multinode: 'workflows'
18+
trivy: 'workflows'
19+
terraform: 'workflows'
20+
tools:
21+
scan-images.sh: "workflows"
22+
tox.ini: 'workflows'
23+
- paths:
24+
etc:
25+
kayobe:
26+
ansible: 'ansible'
27+
ansible.cfg: 'ansible'
28+
- paths:
29+
etc:
30+
kayobe:
31+
kolla:
32+
config:
33+
fluentd: "monitoring"
34+
grafana: "monitoring"
35+
prometheus: "monitoring"
36+
inventory:
37+
group_vars:
38+
prometheus-blackbox-exporter: "monitoring"
39+
- paths:
40+
etc:
41+
kayobe:
42+
kolla:
43+
kolla-build.conf: "kolla"
44+
kolla-image-tags.yml: "kolla"
45+
kolla.yml: "kolla"
46+
tools:
47+
kolla-images.py: "kolla"
2148

2249
staleness:
2350
pullrequest: true
51+
old: 30
52+
extraold: 90
2453

2554
requestsize:
2655
enabled: true

0 commit comments

Comments
 (0)