Update labeler-config-srvaroa.yml

This commit is contained in:
Ludy87 2025-07-01 20:21:54 +02:00
parent 32af9ce545
commit 6b6f56731b
No known key found for this signature in database
GPG Key ID: 92696155E0220F94

View File

@ -16,6 +16,9 @@ labels:
- label: "ci" - label: "ci"
title: '^ci(\([^)]*\))?:|^ci:.*' title: '^ci(\([^)]*\))?:|^ci:.*'
- label: "ci"
title: '^.*\(ci\):.*'
- label: "perf" - label: "perf"
title: '^perf(\([^)]*\))?:|^perf:.*' title: '^perf(\([^)]*\))?:|^perf:.*'
@ -31,6 +34,12 @@ labels:
- label: "Documentation" - label: "Documentation"
title: '^docs(\([^)]*\))?:|^docs:.*' title: '^docs(\([^)]*\))?:|^docs:.*'
- label: "dependencies"
title: '^deps(\([^)]*\))?:|^deps:.*'
- label: "dependencies"
title: '^.*\(deps\):.*'
- label: 'API' - label: 'API'
title: '.*openapi.*|.*swagger.*|.*api.*' title: '.*openapi.*|.*swagger.*|.*api.*'