forked from quarkusio/quarkus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
quarkus-github-bot.yml
784 lines (784 loc) · 25.2 KB
/
quarkus-github-bot.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
---
# The format of this file is documented here:
# https://github.com/quarkusio/quarkus-github-bot#triage-issues
features: [ALL]
develocity:
enabled: true
url: "https://ge.quarkus.io/"
workflows:
rules:
- allow:
users:
minContributions: 10
files:
- "**/*.md"
- "**/*.adoc"
workflowRunAnalysis:
workflows: ["Quarkus CI", "Quarkus Documentation CI"]
projectsClassic:
rules:
- labels: [area/documentation]
project: 21
issues: true
pullRequests: true
status: To do
projects:
rules:
- labels: [area/jakarta]
project: 13
issues: true
pullRequests: true
status: Todo
- labels: [triage/quarkus-3]
project: 13
issues: true
pullRequests: true
status: Todo
triage:
discussions:
monitoredCategories: [33575230]
rules:
- id: amazon-lambda
labels: [area/amazon-lambda]
title: "lambda"
notify: [patriot1burke, matejvasek]
directories:
- extensions/amazon-lambda
- integration-tests/amazon-lambda
- id: db2
# There's no label for DB2, and JDBC/reactive-clients are handled elsewhere.
labels: []
title: "db2"
notify: [mswatosh]
directories:
- extensions/reactive-db2-client/
- extensions/jdbc/jdbc-db2/
- id: funqy
labels: [area/funqy]
titleBody: "funqy"
notify: [patriot1burke, matejvasek]
directories:
- extensions/funqy/
- id: devmode
labels: [area/devmode]
title: "dev.?mode"
- id: devui
labels: [area/dev-ui]
title: "dev.?ui"
notify: [phillip-kruger, cescoffier]
notifyInPullRequest: true
- id: mvnpm
labels: [area/dev-ui]
title: "(mvnpm|mvnpm.org)"
notify: [phillip-kruger]
notifyInPullRequest: true
- labels: [area/gradle]
title: "gradle"
notify: [quarkusio/devtools, glefloch]
directories:
- devtools/gradle/
- integration-tests/gradle/
- id: maven
labels: [area/maven]
title: "maven"
notify: [quarkusio/devtools]
directories:
- devtools/maven/
- integration-tests/maven/
- independent-projects/bootstrap/maven-plugin/
- integration-tests/maven/
- test-framework/maven/
- id: jbang
labels: [area/jbang]
titleBody: "jbang"
notify: [quarkusio/devtools, maxandersen]
directories:
- "**/*JBang*"
- "**/*jbang*"
- id: codestart
labels: [area/codestarts]
title: "codestart"
notify: [quarkusio/devtools, ia3andy]
directories:
- independent-projects/tools/codestarts/
- devtools/platform-descriptor-json/src/main/resources/bundled-codestarts/
- devtools/platform-descriptor-json/src/main/resources/codestarts/
- devtools/platform-descriptor-json/src/main/resources/templates/
- id: hibernate-reactive
labels: [area/hibernate-reactive]
title: "hibernate.reactive"
expression: |
matches("hibernate", title) && matches("reactive", title)
&& !matches("hibernate.validator", title)
&& !matches("hibernate.search", titleBody)
notify: [DavideD, gavinking]
directories:
- extensions/hibernate-reactive
- id: hibernate-orm
labels: [area/hibernate-orm]
expression: |
matches("hibernate", title) && !matches("reactive", title)
&& !matches("hibernate.validator", title)
&& !matches("hibernate.search", titleBody)
&& !matches("hibernate.reactive", titleBody)
notify: [gsmet, yrodiere]
notifyInPullRequest: true
directories:
# No trailing slashes: we also match sibling directories starting with these names
- extensions/hibernate-orm
- extensions/hibernate-envers
- integration-tests/common-jpa-entities
- integration-tests/jpa
- integration-tests/hibernate-envers
- integration-tests/hibernate-orm-tenancy
- integration-tests/infinispan-cache-jpa
- id: hibernate-search
labels: [area/hibernate-search]
title: "hibernate.search"
notify: [gsmet, marko-bekhta, yrodiere]
notifyInPullRequest: true
directories:
# No trailing slashes: we also match sibling directories starting with these names
- extensions/hibernate-search
- integration-tests/hibernate-search
- id: elasticsearch
labels: [area/elasticsearch]
title: "(elasticsearch|opensearch)"
notify: [gsmet, marko-bekhta, yrodiere, loicmathieu]
notifyInPullRequest: true
directories:
# No trailing slashes: we also match sibling directories starting with these names
- extensions/elasticsearch
- integration-tests/elasticsearch
- id: hibernate-validator
labels: [area/hibernate-validator]
title: "hibernate.validator"
notify: [gsmet, marko-bekhta, yrodiere]
directories:
# No trailing slashes: we also match sibling directories starting with these names
- extensions/hibernate-validator
- integration-tests/hibernate-validator
- id: jaeger
labels: [area/jaeger]
title: "jaeger"
notify: [radcortez, brunobat]
directories:
- extensions/jaeger/
- id: jackson
labels: [area/jackson]
title: "jackson"
notify: [geoand, gsmet, mariofusco]
directories:
- extensions/jackson/
- integration-tests/jackson/
- id: kotlin
labels: [area/kotlin]
titleBody: "kotlin"
notify: [geoand]
directories:
- extensions/kotlin/
- integration-tests/kotlin/
- id: mongodb
labels: [area/mongodb]
title: "mongo"
notify: [loicmathieu]
directories:
- extensions/mongodb-client/
- integration-tests/mongodb-client/
- integration-tests/mongodb-panache/
- extensions/panache/mongodb-panache/
- id: openapi
labels: [area/openapi, area/smallrye]
title: "openapi"
notify: [EricWittmann, MikeEdgar, phillip-kruger]
directories:
- extensions/smallrye-openapi
- id: graphql
labels: [area/graphql, area/smallrye]
title: "graphql"
notify: [phillip-kruger, jmartisk]
directories:
- extensions/smallrye-graphql/
- extensions/smallrye-graphql-client/
- extensions/vertx-graphql/
- integration-tests/vertx-graphql/
- integration-tests/smallrye-graphql/
- integration-tests/smallrye-graphql-client/
- id: tracing
labels: [area/tracing, area/smallrye]
title: "(trace|tracing)"
notify: [radcortez, brunobat]
directories:
- extensions/smallrye-opentracing/
- id: opentelemetry
labels: [area/tracing]
title: "(trace|opentelemetry)"
notify: [radcortez, brunobat]
notifyInPullRequest: true
directories:
- extensions/opentelemetry/
- extensions/opentelemetry-exporter-jaeger/
- id: jwt
labels: [area/security, area/smallrye]
title: "jwt"
notify: [sberyozkin]
- id: security
labels: [area/security]
title: "security"
notify: [sberyozkin]
directories:
- extensions/security/
- extensions/elytron
- integration-tests/elytron
- id: bearer-token
labels: [area/security, area/oidc]
title: "bearer"
notify: [sberyozkin, pedroigor]
- id: metrics
labels: [area/metrics, area/smallrye]
title: "metrics"
notify: [jmartisk, ebullient]
notifyInPullRequest: true
directories:
- extensions/smallrye-metrics
- id: micrometer
labels: [area/metrics]
title: "micrometer"
notify: [ebullient, brunobat]
notifyInPullRequest: true
directories:
- extensions/micrometer
- id: health
labels: [area/health, area/smallrye]
title: "health"
notify: [jmartisk, xstefank]
directories:
- extensions/smallrye-health/
- id: fault-tolerance
labels: [area/fault-tolerance, area/smallrye]
title: "fault.tolerance"
notify: [Ladicek]
directories:
- extensions/smallrye-fault-tolerance/
- id: mutiny
labels: [area/mutiny, area/smallrye]
title: "mutiny"
notify: [cescoffier, jponge]
directories:
- extensions/mutiny/
- extensions/resteasy-classic/rest-client-mutiny/
- extensions/resteasy-classic/resteasy-mutiny-common/
- extensions/resteasy-classic/resteasy-mutiny
- id: panache
labels: [area/panache]
title: "panache"
notify: [FroMage, loicmathieu]
directories:
- extensions/panache/
- integration-tests/hibernate-orm-panache/
- id: rest-data-panache
labels: [area/panache]
title: "(panache.*resource|rest.data.panache)"
notify: [geoand]
- id: qute
labels: [area/qute]
title: "qute"
notify: [mkouba]
directories:
- extensions/qute/
- extensions/resteasy-classic/resteasy-qute/
- id: reactive-messaging
labels: [area/reactive-messaging, area/smallrye]
expression: |
matches("reactive.messaging", title)
|| matches("mqtt", title)
|| matches("rabbitmq", title)
notify: [cescoffier, ozangunalp]
directories:
- extensions/smallrye-reactive-messaging
- id: rest-client
labels: [area/rest-client]
title: "rest.client"
notify: [cescoffier, geoand]
directories:
- extensions/resteasy-classic/rest-client/
- extensions/resteasy-reactive/rest-client/
- id: smallrye
labels: [area/smallrye]
title: "smallrye"
notify: [phillip-kruger, jmartisk, radcortez, Ladicek]
directories:
- extensions/smallrye-
- id: spring
labels: [area/spring]
title: "spring"
notify: [geoand]
directories:
- extensions/spring-
- integration-tests/spring-
- id: windows
labels: [env/windows]
titleBody: "windows"
- id: m1
labels: [env/m1]
titleBody: "\\bm1\\b"
notify: [gastaldi]
- id: kubernetes
labels: [area/kubernetes]
titleBody: "kubernetes"
notify: [geoand, iocanel]
directories:
- extensions/kubernetes/
- extensions/kubernetes-client/
- integration-tests/kubernetes/
- integration-tests/kubernetes-client/
- id: minikube
labels: [area/kubernetes]
titleBody: "minikube"
notify: [geoand]
- id: openshift
labels: [area/kubernetes]
titleBody: "openshift"
notify: [geoand, iocanel]
- id: knative
labels: [area/kubernetes]
titleBody: "knative"
notify: [geoand, iocanel]
- id: jib
labels: [area/container-image]
titleBody: "jib"
notify: [geoand]
- id: kafka
labels: [area/kafka]
notify: [cescoffier, ozangunalp, alesj]
title: "kafka"
directories:
- extensions/kafka-client/
- integration-tests/kafka/
- id: kafka-streams
labels: [area/kafka-streams]
title: "k(afka)?(\\s|-)?stream"
notify: [gunnarmorling, rquinio, alesj, ozangunalp]
directories:
- extensions/kafka-streams
- integration-tests/kafka-streams/
- id: infinispan
labels: [area/infinispan]
title: "infinispan"
notify: [karesti, wburns]
directories:
- extensions/infinispan-client/
- integration-tests/infinispan-cache-jpa/
- integration-tests/infinispan-client/
- id: grpc
labels: [area/grpc]
title: "grpc"
notify: [alesj, cescoffier]
directories:
- extensions/grpc-common
- extensions/grpc
- id: scheduler
labels: [area/scheduler]
title: "schedule(r)?"
notify: [mkouba, manovotn]
directories:
- extensions/scheduler/
- id: quartz
labels: [area/scheduler]
title: "quartz"
notify: [mkouba, machi1990, manovotn]
directories:
- extensions/quartz/
- integration-tests/quartz/
- id: redis
labels: [area/redis]
title: "redis"
notify: [machi1990, Ladicek, cescoffier]
directories:
- extensions/redis-client/
- integration-tests/redis-client/
- id: arc
labels: [area/arc]
title: "\\b(arc|cdi|injection)\\b"
notify: [mkouba, manovotn, Ladicek]
directories:
- extensions/arc/
- independent-projects/arc/
- id: google-cloud
labels: [area/google-cloud-functions]
title: "google.cloud"
notify: [loicmathieu]
directories:
- extensions/google-cloud-functions
- integration-tests/google-cloud-functions
- id: mandrel
labels: [area/native-image]
titleBody: "mandrel"
notify: [galderz, zakkak, Karm]
- id: native-image
labels: [area/native-image]
title: "\\bnative\\b"
notify: [zakkak]
- id: awt
labels: [area/graphics]
expression: |
matches("sun.font", titleBody)
|| matches("sun.java2d", titleBody)
|| matches("javax.imageio", titleBody)
|| matches("sun.awt", titleBody)
notify: [galderz, Karm]
notifyInPullRequest: true
directories:
- extensions/awt/
- integration-tests/awt/
- integration-tests/no-awt/
- id: securepipeline
labels: [area/securepipeline]
expression: |
matches("FIPS", titleBody)
|| matches("SunPKCS11-NSS-FIPS", titleBody)
|| matches("NSS module", titleBody)
|| matches("libnss", titleBody)
notify: [jerboaa, Karm]
notifyInPullRequest: true
- id: artemis
labels: [area/artemis]
directories:
- extensions/artemis-core/
- extensions/artemis-jms/
- integration-tests/artemis-core/
- integration-tests/artemis-jms/
- id: cache
labels: [area/cache]
title: "(?<!build )cache"
notify: [gwenneg]
directories:
- extensions/cache/
- integration-tests/cache/
- id: cli
labels: [area/cli]
title: "\\b(cli)\\b"
directories:
- devtools/cli/
notify: [maxandersen,ebullient]
- id: picocli
labels: [area/picocli]
title: "picocli"
directories:
- extensions/picocli/
- integration-tests/picocli/
- integration-tests/picocli-native/
notify: [ebullient]
- id: config
labels: [area/config]
title: "config"
directories:
- extensions/config-yaml/
- core/deployment/src/main/java/io/quarkus/deployment/configuration/
- core/runtime/src/main/java/io/quarkus/runtime/configuration/
notify: [radcortez]
- id: core
labels: [area/core]
notify: [aloubyansky, gsmet, geoand, radcortez, Sanne, stuartwdouglas]
directories:
- core/
- id: dependencies
labels: [area/dependencies]
directories:
- .github/dependabot.yml
- bom/
- build-parent/
allowSecondPass: true
- id: devtools
labels: [area/devtools]
directories:
- devtools/
- independent-projects/bootstrap/
- independent-projects/tools/
- id: documentation
labels: [area/documentation]
notify: [ebullient, inoxx03, sunayna15, michelle-purcell, sheilamjones, MichalMaler, rolfedh]
directories:
- docs/
- id: docstyle
labels: [area/docstyle]
title: "A tagged source doc has been modified"
notify: [ebullient, inoxx03, sunayna15, michelle-purcell, sheilamjones, MichalMaler, rolfedh]
directories:
- docs/src/main/asciidoc/_attributes.adoc
- docs/src/main/asciidoc/_attributes-local.adoc
- docs/src/main/asciidoc/datasource.adoc
- docs/src/main/asciidoc/deploying-native-executable-openshift.adoc
- docs/src/main/asciidoc/deploying-to-openshift.adoc
- docs/src/main/asciidoc/deploying-to-openshift-serverless.adoc
- docs/src/main/asciidoc/deployment-to-openshift.adoc
- docs/src/main/asciidoc/security-architecture.adoc
- docs/src/main/asciidoc/security-authentication-mechanisms.adoc
- docs/src/main/asciidoc/security-authorize-web-endpoints-reference.adoc
- docs/src/main/asciidoc/security-basic-authentication.adoc
- docs/src/main/asciidoc/security-basic-authentication-howto.adoc
- docs/src/main/asciidoc/security-getting-started-tutorial.adoc
- docs/src/main/asciidoc/security-identity-providers.adoc
- docs/src/main/asciidoc/security-identity-providers-concept.adoc
- docs/src/main/asciidoc/security-jpa.adoc
- docs/src/main/asciidoc/security-oidc-bearer-token-authentication.adoc
- docs/src/main/asciidoc/security-oidc-bearer-token-authentication-tutorial.adoc
- docs/src/main/asciidoc/security-oidc-code-flow-authentication.adoc
- docs/src/main/asciidoc/security-oidc-code-flow-authentication-tutorial.adoc
- docs/src/main/asciidoc/security-oidc-configuration-properties-reference.adoc
- docs/src/main/asciidoc/security-openid-connect-client-reference.adoc
- docs/src/main/asciidoc/security-overview.adoc
- docs/src/main/asciidoc/security-proactive-authentication.adoc
- docs/src/main/asciidoc/security-vulnerability-detection.adoc
- docs/src/main/asciidoc/update-quarkus.adoc
- docs/src/main/asciidoc/_includes/compile-quarkus-quickly.adoc
- docs/src/main/asciidoc/_includes/duration-format-note.adoc
- docs/src/main/asciidoc/_includes/extension-status.adoc
- docs/src/main/asciidoc/_includes/platform-include.adoc
- docs/src/main/asciidoc/_includes/prerequisites.adoc
- docs/src/main/asciidoc/_includes/devtools/build.adoc
- docs/src/main/asciidoc/_includes/devtools/build-native.adoc
- docs/src/main/asciidoc/_includes/devtools/build-native-container.adoc
- docs/src/main/asciidoc/_includes/devtools/build-native-container-parameters.adoc
- docs/src/main/asciidoc/_includes/devtools/create-app.adoc
- docs/src/main/asciidoc/_includes/devtools/create-cli.adoc
- docs/src/main/asciidoc/_includes/devtools/dev.adoc
- docs/src/main/asciidoc/_includes/devtools/dev-parameters.adoc
- docs/src/main/asciidoc/_includes/devtools/extension-add.adoc
- docs/src/main/asciidoc/_includes/devtools/extension-list.adoc
- docs/src/main/asciidoc/_includes/devtools/maven-opts.adoc
- id: infra-automation
labels: [area/infra-automation]
directories:
- .github/
- id: jaxb
labels: [area/jaxb]
title: "jaxb"
notify: [gsmet]
directories:
- extensions/jaxb/
- id: logging
labels: [area/logging]
notify: [dmlloyd]
directories:
- extensions/logging-gelf/
- extensions/logging-json/
- extensions/logging-sentry/
- integration-tests/logging-gelf/
- core/runtime/src/main/java/io/quarkus/runtime/logging/
- core/deployment/src/main/java/io/quarkus/logging/
- id: narayana
labels: [area/narayana]
directories:
- extensions/narayana-jta/
- extensions/narayana-stm/
- integration-tests/narayana-jta/
- integration-tests/narayana-stm/
notify: [mmusgrov]
- id: lra
labels: [area/lra]
title: "lra"
directories:
- extensions/narayana-lra/
- integration-tests/narayana-lra/
notify: [xstefank, mmusgrov]
- id: neo4j
labels: [area/neo4j]
title: "neo4j"
notify: [michael-simons]
directories:
- extensions/neo4j/
- integration-tests/neo4j/
- id: oidc
labels: [area/oidc]
title: "oidc"
notify: [sberyozkin, pedroigor]
directories:
- extensions/oidc
- integration-tests/oidc/
- integration-tests/oidc-code-flow/
- id: keycloak
labels: [area/keycloak]
title: "keycloak"
notify: [sberyozkin, pedroigor]
directories:
- extensions/keycloak
- integration-tests/keycloak
- id: platform
labels: [area/platform]
directories:
- independent-projects/tools/
- id: reactive-streams-operators
labels: [area/reactive-streams-operators]
directories:
- extensions/reactive-streams-operators/
- id: resteasy-classic
labels: [area/resteasy-classic]
directories:
- extensions/resteasy-classic/
- extensions/resteasy-classic/resteasy
- extensions/resteasy-classic/resteasy-common/
- extensions/resteasy-classic/resteasy-jackson/
- extensions/resteasy-classic/resteasy-jsonb/
- extensions/resteasy-classic/resteasy-jaxb/
- extensions/resteasy-classic/resteasy-multipart/
- extensions/resteasy-classic/resteasy-server-common/
- integration-tests/resteasy-jackson/
- integration-tests/elytron-resteasy/
- integration-tests/virtual-http-resteasy/
- id: rest
labels: [area/rest]
title: resteasy.reactive
notify: [geoand, FroMage, stuartwdouglas]
directories:
- extensions/resteasy-reactive/
- id: scala
labels: [area/scala]
directories:
- extensions/scala/
- integration-tests/scala/
- id: vault
labels: [area/vault]
title: vault
notify: [vsevel]
directories:
- extensions/vault/
- integration-tests/vault
- id: netty
labels: [area/netty]
title: "netty"
notify: [franz1981, cescoffier, jponge]
directories:
- extensions/netty
- id: vertx
labels: [area/vertx]
title: "vert.?x"
directories:
- extensions/vertx
- integration-tests/vertx
- id: testing
expression: |
matches("quarkusintegrationtest", title)
|| matches("mockito", title)
labels: [area/testing]
notify: [geoand]
directories:
- test-framework/
- id: undertow
labels: [area/undertow]
directories:
- extensions/undertow/
- integration-tests/elytron-undertow/
- id: websockets
labels: [area/websockets]
directories:
- extensions/websockets/
- integration-tests/websockets/
- id: swagger-ui
labels: [area/swagger-ui]
title: "swagger"
notify: [phillip-kruger, MikeEdgar]
directories:
- extensions/swagger-ui/
- id: flyway
labels: [area/flyway]
title: "flyway"
notify: [cristhiank, geoand, gastaldi, gsmet]
directories:
- extensions/flyway/
- integration-tests/flyway/
- id: liquibase
labels: [area/liquibase]
title: "liquibase"
notify: [andrejpetras, geoand, gsmet]
directories:
- extensions/liquibase/
- integration-tests/liquibase/
- id: kogito
labels: [area/kogito]
title: "kogito"
notify: [evacchi, mariofusco]
- id: optaplanner
labels: [area/optaplanner]
title: "optaplanner"
notify: [ge0ffrey, rsynek, Christopher-Chianelli]
- id: extension-proposal
labels: [kind/extension-proposal,area/quarkiverse]
title: "Extension Proposal"
notify: [gastaldi, gsmet, aloubyansky, maxandersen]
- id: mailer
labels: [area/mailer]
expression: |
matches("\\bmail\\b", title)
|| matches("mailer", title)
notify: [cescoffier]
directories:
- extensions/mailer/
- integration-tests/mailer/
- id: agroal
labels: [area/agroal]
title: "agroal"
notify: [barreiro, yrodiere]
directories:
- extensions/agroal/
- id: continuous-testing
labels: [area/continuous-testing]
title: "continuous.testing"
notify: [stuartwdouglas]
- id: devservices
labels: [area/devservices]
title: "dev.?services?"
notify: [stuartwdouglas, geoand]
- id: jdbc
labels: [area/jdbc]
title: "jdbc"
notify: [barreiro,yrodiere]
directories:
- extensions/jdbc/
- id: reactive-sql-clients
labels: [area/reactive-sql-clients]
title: "(reactive sql|reactive pool|pgpool|mysqlpool|db2pool)"
notify: [tsegismont,vietj]
directories:
- extensions/reactive-db2-client/
- extensions/reactive-mysql-client/
- extensions/reactive-mssql-client/
- extensions/reactive-pg-client/
- integration-tests/reactive-db2-client/
- integration-tests/reactive-mysql-client/
- integration-tests/reactive-mssql-client/
- integration-tests/reactive-pg-client/
- id: adr
labels: [area/adr]
title: "adr"
notify: [cescoffier]
directories:
- adr/
- id: context-propagation
labels: [area/context-propagation]
title: "(context propagation|context-propagation)"
notify: [FroMage, manovotn]
directories:
- extensions/smallrye-context-propagation
- id: stork
labels: [area/stork]
title: "stork"
notify: [aureamunoz, cescoffier]
directories:
- extensions/smallrye-stork/
- id: jakarta
labels: [area/jakarta]
notify: [gsmet]
notifyInPullRequest: true
directories:
- jakarta/
- id: virtual-threads
labels: [area/virtual-threads]
title: "(virtual.thread|RunOnVirtualThread)"
notify: [cescoffier, ozangunalp]
- id: podman
labels: [env/podman]
title: "podman"
notify: [maxandersen]
qe:
notify: [rsvoboda, mjurc]