From 5863336231516c1d48d071ce83f9037f6d5c262e Mon Sep 17 00:00:00 2001 From: Alex-Welsh Date: Tue, 3 Dec 2024 16:46:34 +0000 Subject: [PATCH] Add auto-label bot initial config --- .github/auto-label.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/auto-label.yaml diff --git a/.github/auto-label.yaml b/.github/auto-label.yaml new file mode 100644 index 000000000..0bb223797 --- /dev/null +++ b/.github/auto-label.yaml @@ -0,0 +1,26 @@ +--- +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" + +staleness: + pullrequest: true + +requestsize: + enabled: true