Skip to content

Commit

Permalink
Merge pull request #36385 from gastaldi/fix_bot
Browse files Browse the repository at this point in the history
Fix jakarta.el.ELException: Function 'match' not found
  • Loading branch information
gsmet authored Oct 10, 2023
2 parents 89a0142 + d7084ff commit 3d876e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/quarkus-github-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 3d876e5

Please sign in to comment.