From 8a0fa3ee1f57a6a73435f78530507b55fd484f0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Tue, 13 Aug 2024 17:39:31 +0200 Subject: [PATCH 1/2] Retire the area/persistence label and use area/jdbc where possible --- .github/quarkus-github-bot.yml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/quarkus-github-bot.yml b/.github/quarkus-github-bot.yml index 53556b8e171dd..024cc71aa864e 100644 --- a/.github/quarkus-github-bot.yml +++ b/.github/quarkus-github-bot.yml @@ -45,13 +45,9 @@ triage: directories: - extensions/amazon-lambda - integration-tests/amazon-lambda - - id: persistence - labels: [area/persistence] - title: "persistence" - directories: - - extensions/jdbc/ - id: db2 - labels: [area/persistence] + # There's no label for DB2, and JDBC/reactive-clients are handled elsewhere. + labels: [] title: "db2" notify: [mswatosh] directories: @@ -109,7 +105,7 @@ triage: - devtools/platform-descriptor-json/src/main/resources/codestarts/ - devtools/platform-descriptor-json/src/main/resources/templates/ - id: hibernate-reactive - labels: [area/hibernate-reactive, area/persistence] + labels: [area/hibernate-reactive] title: "hibernate.reactive" expression: | matches("hibernate", title) && matches("reactive", title) @@ -119,7 +115,7 @@ triage: directories: - extensions/hibernate-reactive - id: hibernate-orm - labels: [area/hibernate-orm, area/persistence] + labels: [area/hibernate-orm] expression: | matches("hibernate", title) && !matches("reactive", title) && !matches("hibernate.validator", title) @@ -732,6 +728,12 @@ triage: 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)" From 12eed297e2daac70b85987967af1c9d2ac719118 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Rodi=C3=A8re?= Date: Tue, 13 Aug 2024 17:40:29 +0200 Subject: [PATCH 2/2] Have @yrodiere track area/jdbc in the GitHub Lottery Until we find a more suitable candidate. --- .github/quarkus-github-lottery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/quarkus-github-lottery.yml b/.github/quarkus-github-lottery.yml index 4fb5a9eeb635d..e54c3bb91faee 100644 --- a/.github/quarkus-github-lottery.yml +++ b/.github/quarkus-github-lottery.yml @@ -28,7 +28,7 @@ participants: days: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY"] maxIssues: 3 maintenance: - labels: ["area/hibernate-orm", "area/hibernate-search", "area/elasticsearch"] + labels: ["area/hibernate-orm", "area/hibernate-search", "area/elasticsearch", "area/jdbc"] days: ["WEDNESDAY"] feedback: needed: