From 0a4b403af402be2cc6e30af02a185c5a5e538349 Mon Sep 17 00:00:00 2001 From: Phillip Kruger Date: Thu, 7 Dec 2023 08:43:43 +1100 Subject: [PATCH] Create new entry for Mvnpm notifications Signed-off-by: Phillip Kruger --- .github/quarkus-github-bot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/quarkus-github-bot.yml b/.github/quarkus-github-bot.yml index 3e580c63ce584..78f3ce633c3e3 100644 --- a/.github/quarkus-github-bot.yml +++ b/.github/quarkus-github-bot.yml @@ -68,6 +68,11 @@ triage: 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]