Skip to content

Commit 5863336

Browse files
committed
Add auto-label bot initial config
1 parent 76894ad commit 5863336

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/auto-label.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
path:
3+
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"
21+
22+
staleness:
23+
pullrequest: true
24+
25+
requestsize:
26+
enabled: true

0 commit comments

Comments
 (0)