Skip to content

Commit

Permalink
Notify zakkak about native-image issues and not graphics
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkak committed Nov 14, 2023
1 parent bded5fe commit 57a766f
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 @@ -413,15 +413,15 @@ triage:
- id: native-image
labels: [area/native-image]
title: "\\bnative\\b"
notify: []
notify: [zakkak]
- id: awt
labels: [area/graphics]
expression: |
matches("sun.font", titleBody)
|| matches("sun.java2d", titleBody)
|| matches("javax.imageio", titleBody)
|| matches("sun.awt", titleBody)
notify: [galderz, zakkak, Karm]
notify: [galderz, Karm]
notifyInPullRequest: true
directories:
- extensions/awt/
Expand Down

0 comments on commit 57a766f

Please sign in to comment.