Skip to content

Commit

Permalink
Merge pull request #26963 from yrodiere/notify-pr
Browse files Browse the repository at this point in the history
Notify of pull requests for Hibernate ORM, Search, Elasticsearch
  • Loading branch information
gsmet committed Jul 27, 2022
2 parents c522061 + 4981756 commit a57383e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/quarkus-github-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ triage:
&& !matches("hibernate.search", titleBody)
&& !matches("hibernate.reactive", titleBody)
notify: [gsmet, Sanne, yrodiere]
notifyInPullRequest: true
directories:
# No trailing slashes: we also match sibling directories starting with these names
- extensions/hibernate-orm
Expand All @@ -84,13 +85,15 @@ triage:
- labels: [area/hibernate-search]
title: "hibernate.search"
notify: [gsmet, yrodiere]
notifyInPullRequest: true
directories:
# No trailing slashes: we also match sibling directories starting with these names
- extensions/hibernate-search
- integration-tests/hibernate-search
- labels: [area/elasticsearch]
title: "elasticsearch"
notify: [gsmet, yrodiere, loicmathieu]
notifyInPullRequest: true
directories:
# No trailing slashes: we also match sibling directories starting with these names
- extensions/elasticsearch
Expand Down

0 comments on commit a57383e

Please sign in to comment.