From d7084ff8e62b1cdbe1b4220669e3899e4da814ce Mon Sep 17 00:00:00 2001 From: George Gastaldi Date: Tue, 10 Oct 2023 09:27:52 -0300 Subject: [PATCH] Fix jakarta.el.ELException: Function 'match' not found --- .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 71746bd93ef00..140f4d5ca67fe 100644 --- a/.github/quarkus-github-bot.yml +++ b/.github/quarkus-github-bot.yml @@ -695,8 +695,8 @@ triage: - id: mailer labels: [area/mailer] expression: | - match("\\bmail\\b", title) - || match("mailer", title) + matches("\\bmail\\b", title) + || matches("mailer", title) notify: [cescoffier] directories: - extensions/mailer/