Files
quarkus/.github/autoissuelabeler.yml
2020-02-21 19:22:06 +01:00

53 lines
1.7 KiB
YAML

## docs: https://github.com/maxandersen/jbang-issuelabeler
- labels: [area/amazon-lambda]
title: "(?i).*lambda.*"
description: "(?i).*lambda.*"
addcomment: "/cc @patriot1burke"
- labels: [area/devmode]
title: "(?i).*dev mode.*"
description: "(?i).*dev mode.*"
- labels: [area/gradle]
title: "(?i).*gradle.*"
addcomment: "/cc @quarkusio/devtools"
- labels: [area/hibernate-orm, area/persistence]
expression: |
title_description.matches("(?is).*hibernate.*")
and
!title_description.matches("(?is).*validator.*")
addcomment: "/cc @gsmet @Sanne"
- labels: [area/hibernate-search]
expression: |
title_description.matches("(?is).*hibernate search.*")
or
title_description.matches("(?is).*elasticsearch.*")
addcomment: "/cc @gsmet @yrodiere"
- labels: [area/hibernate-validator]
title: "(?i).*hibernate validator.*"
description: "(?i).*hibernate validator.*"
addcomment: "/cc @gsmet"
- labels: [area/kotlin]
title: "(?i).*kotlin.*"
description: "(?i).*kotlin.*"
- labels: [area/mongodb]
title: "(?i).*mongo.*"
description: "(?i).*mongo.*"
addcomment: "/cc @loicmathieu"
- labels: [area/openapi]
title: "(?i).*openapi.*"
addcomment: "/cc @EricWittmann"
- labels: [area/panache]
title: "(?i).*panache.*"
description: "(?i).*panache.*"
addcomment: "/cc @FroMage @loicmathieu"
- labels: [area/qute]
title: "(?i).*qute.*"
description: "(?i).*qute.*"
addcomment: "/cc @mkouba"
- labels: [area/spring]
title: "(?i).*spring.*"
description: "(?i).*spring.*"
addcomment: "/cc @geoand"
- labels: [env/windows]
title: "(?i).*windows.*"
description: "(?i).*windows.*"