Skip to content

Commit

Permalink
Update auto-label config
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Welsh committed Dec 5, 2024
1 parent d392175 commit 5f334a0
Showing 1 changed file with 46 additions and 17 deletions.
63 changes: 46 additions & 17 deletions .github/auto-label.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,55 @@
---
path:
pullrequest: true
paths:
doc: 'documentation'
.github: 'workflows'
terraform: 'workflows'
etc:
kayobe:
enviromnents:
ci-aio: 'workflows'
ci-builder: 'workflows'
ci-multinode: 'workflows'
trivy: 'workflows'
ansible: 'ansible'
kolla:
config:
grafana: "monitoring"
prometheus: "monitoring"
fluentd: "monitoring"
multipleLabelPaths:
- paths:
.automation: 'kayobe-automation'
.automation.conf: 'kayobe-automation'
- paths:
doc: 'documentation'
- paths:
.github: 'workflows'
terraform: 'workflows'
tox.ini: 'workflows'
tools:
scan-images.sh: "workflows"
etc:
kayobe:
trivy: 'workflows'
enviromnents:
ci-aio: 'workflows'
ci-builder: 'workflows'
ci-multinode: 'workflows'
- paths:
etc:
kayobe:
ansible: 'ansible'
ansible.cfg: 'ansible'
- paths:
etc:
kayobe:
kolla:
config:
grafana: "monitoring"
prometheus: "monitoring"
fluentd: "monitoring"
inventory:
group_vars:
prometheus-blackbox-exporter: "monitoring"
- paths:
tools:
kolla-images.py: "kolla"
etc:
kayobe:
kolla.yml: "kolla"
kolla-image-tags.yml: "kolla"
kolla:
kolla-build.conf: "kolla"

staleness:
pullrequest: true
old: 30
extraold: 90

requestsize:
enabled: true

0 comments on commit 5f334a0

Please sign in to comment.