From bded5fea5cfcd7ce542950836383c9b72e759ff2 Mon Sep 17 00:00:00 2001 From: Foivos Zakkak Date: Tue, 14 Nov 2023 10:29:44 +0200 Subject: [PATCH 1/2] Add label area/native-image to issues mentioning mandrel As mandrel is now the default builder image, most issues about native contain mandrel in the body even if they are not mandrel specific. Start labeling the issues as `area/native-image` and let the mandrel team decide whether it's mandrel specific or not. --- .github/quarkus-github-bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/quarkus-github-bot.yml b/.github/quarkus-github-bot.yml index 3507f5cfbb534..f0a3e9f48a1b6 100644 --- a/.github/quarkus-github-bot.yml +++ b/.github/quarkus-github-bot.yml @@ -407,7 +407,7 @@ triage: - extensions/google-cloud-functions - integration-tests/google-cloud-functions - id: mandrel - labels: [area/mandrel] + labels: [area/native-image] titleBody: "mandrel" notify: [galderz, zakkak, Karm] - id: native-image From 57a766faee70ebfbc280c8afe20b35eb76d75cf8 Mon Sep 17 00:00:00 2001 From: Foivos Zakkak Date: Tue, 14 Nov 2023 10:31:25 +0200 Subject: [PATCH 2/2] Notify zakkak about native-image issues and not graphics --- .github/quarkus-github-bot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/quarkus-github-bot.yml b/.github/quarkus-github-bot.yml index f0a3e9f48a1b6..3e580c63ce584 100644 --- a/.github/quarkus-github-bot.yml +++ b/.github/quarkus-github-bot.yml @@ -413,7 +413,7 @@ triage: - id: native-image labels: [area/native-image] title: "\\bnative\\b" - notify: [] + notify: [zakkak] - id: awt labels: [area/graphics] expression: | @@ -421,7 +421,7 @@ triage: || matches("sun.java2d", titleBody) || matches("javax.imageio", titleBody) || matches("sun.awt", titleBody) - notify: [galderz, zakkak, Karm] + notify: [galderz, Karm] notifyInPullRequest: true directories: - extensions/awt/