Skip to content

Commit

Permalink
Merge pull request #45505 from yrodiere/yoann-no-bot-notification
Browse files Browse the repository at this point in the history
Move yrodiere from Bot notifications to Lottery reports
  • Loading branch information
gsmet authored Jan 11, 2025
2 parents a431306 + a83fe2e commit 0b4c147
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/quarkus-github-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ triage:
&& !matches("hibernate.validator", title)
&& !matches("hibernate.search", titleBody)
&& !matches("hibernate.reactive", titleBody)
notify: [gsmet, yrodiere]
notify: [gsmet]
notifyInPullRequest: true
directories:
# No trailing slashes: we also match sibling directories starting with these names
Expand All @@ -135,7 +135,7 @@ triage:
- id: hibernate-search
labels: [area/hibernate-search]
title: "hibernate.search"
notify: [gsmet, marko-bekhta, yrodiere]
notify: [gsmet, marko-bekhta]
notifyInPullRequest: true
directories:
# No trailing slashes: we also match sibling directories starting with these names
Expand All @@ -144,7 +144,7 @@ triage:
- id: elasticsearch
labels: [area/elasticsearch]
title: "(elasticsearch|opensearch)"
notify: [gsmet, marko-bekhta, yrodiere, loicmathieu]
notify: [gsmet, marko-bekhta, loicmathieu]
notifyInPullRequest: true
directories:
# No trailing slashes: we also match sibling directories starting with these names
Expand All @@ -153,7 +153,7 @@ triage:
- id: hibernate-validator
labels: [area/hibernate-validator]
title: "hibernate.validator"
notify: [gsmet, marko-bekhta, yrodiere]
notify: [gsmet, marko-bekhta]
directories:
# No trailing slashes: we also match sibling directories starting with these names
- extensions/hibernate-validator
Expand Down Expand Up @@ -713,7 +713,7 @@ triage:
- id: agroal
labels: [area/agroal]
title: "agroal"
notify: [barreiro, yrodiere]
notify: [barreiro]
directories:
- extensions/agroal/
- id: continuous-testing
Expand All @@ -727,7 +727,7 @@ triage:
- id: jdbc
labels: [area/jdbc]
title: "jdbc"
notify: [barreiro,yrodiere]
notify: [barreiro]
directories:
- extensions/jdbc/
- id: reactive-sql-clients
Expand Down
4 changes: 2 additions & 2 deletions .github/quarkus-github-lottery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ participants:
days: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY"]
maxIssues: 3
maintenance:
labels: ["area/hibernate-orm", "area/hibernate-search", "area/elasticsearch", "area/jdbc"]
days: ["WEDNESDAY"]
labels: ["area/hibernate-orm", "area/hibernate-reactive", "area/hibernate-validator", "area/hibernate-search", "area/elasticsearch", "area/jdbc"]
days: ["MONDAY", "WEDNESDAY", "THURSDAY", "FRIDAY"] # Count me out on Tuesday.
created:
maxIssues: 3
feedback:
Expand Down

0 comments on commit 0b4c147

Please sign in to comment.