Skip to content

Commit

Permalink
Merge pull request quarkusio#41183 from yrodiere/marko-contributors
Browse files Browse the repository at this point in the history
Add marko-bekhta to GitHub integrations for Hibernate Search and Elasticsearch
  • Loading branch information
yrodiere authored Jun 13, 2024
2 parents cc26182 + 9a1ba62 commit 840112c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/quarkus-github-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,16 +139,16 @@ triage:
- id: hibernate-search
labels: [area/hibernate-search]
title: "hibernate.search"
notify: [gsmet, yrodiere]
notify: [gsmet, marko-bekhta, yrodiere]
notifyInPullRequest: true
directories:
# No trailing slashes: we also match sibling directories starting with these names
- extensions/hibernate-search
- integration-tests/hibernate-search
- id: elasticsearch
labels: [area/elasticsearch]
title: "elasticsearch"
notify: [gsmet, yrodiere, loicmathieu]
title: "(elasticsearch|opensearch)"
notify: [gsmet, marko-bekhta, yrodiere, loicmathieu]
notifyInPullRequest: true
directories:
# No trailing slashes: we also match sibling directories starting with these names
Expand All @@ -157,7 +157,7 @@ triage:
- id: hibernate-validator
labels: [area/hibernate-validator]
title: "hibernate.validator"
notify: [gsmet, yrodiere]
notify: [gsmet, marko-bekhta, yrodiere]
directories:
# No trailing slashes: we also match sibling directories starting with these names
- extensions/hibernate-validator
Expand Down
18 changes: 15 additions & 3 deletions .github/quarkus-github-lottery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,24 @@ participants:
maxIssues: 3
maintenance:
labels: ["area/hibernate-orm", "area/hibernate-search", "area/elasticsearch"]
days: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY"]
days: ["WEDNESDAY"]
feedback:
needed:
maxIssues: 4
maxIssues: 10
provided:
maxIssues: 2
maxIssues: 10
stale:
maxIssues: 5
- username: "marko-bekhta"
timezone: "Europe/Warsaw"
maintenance:
labels: ["area/hibernate-search", "area/elasticsearch", "area/hibernate-validator"]
days: ["WEDNESDAY"]
feedback:
needed:
maxIssues: 10
provided:
maxIssues: 10
stale:
maxIssues: 5
- username: "gsmet"
Expand Down

0 comments on commit 840112c

Please sign in to comment.