Skip to content

Commit f7d0970

Browse files
authored
Merge pull request #50295 from edeandrea/patch-5
Adding edeandrea to github-bot notifier
2 parents 1d2914a + 5261078 commit f7d0970

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

.github/quarkus-github-bot.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ triage:
314314
- id: spring
315315
labels: [area/spring]
316316
title: "spring"
317-
notify: [geoand, aureamunoz]
317+
notify: [geoand, aureamunoz, edeandrea]
318318
directories:
319319
- extensions/spring-
320320
- integration-tests/spring-
@@ -346,10 +346,17 @@ triage:
346346
labels: [area/kubernetes]
347347
titleBody: "knative"
348348
notify: [geoand, iocanel]
349-
- id: jib
349+
- id: container-image
350350
labels: [area/container-image]
351-
titleBody: "jib"
352-
notify: [geoand]
351+
expression: |
352+
matches("jib", titleBody)
353+
|| matches("container-image", titleBody)
354+
|| matches("docker", titleBody)
355+
|| matches("podman", titleBody)
356+
|| matches("buildpack", titleBody)
357+
notify: [geoand, edeandrea]
358+
directories:
359+
- extensions/container-image
353360
- id: kafka
354361
labels: [area/kafka]
355362
notify: [cescoffier, ozangunalp, alesj]
@@ -779,8 +786,5 @@ triage:
779786
labels: [area/virtual-threads]
780787
title: "(virtual.thread|RunOnVirtualThread)"
781788
notify: [cescoffier, ozangunalp]
782-
- id: podman
783-
labels: [env/podman]
784-
title: "podman"
785789
qe:
786790
notify: [rsvoboda, mjurc]

0 commit comments

Comments
 (0)