mirror of
https://github.com/jlengrand/quarkus.git
synced 2026-03-10 08:41:22 +00:00
53 lines
1.7 KiB
YAML
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.*"
|