Skip to content

Commit

Permalink
Merge pull request #42518 from yrodiere/persistence-to-jdbc
Browse files Browse the repository at this point in the history
Retire the area/persistence label and use area/jdbc where possible
  • Loading branch information
gastaldi authored Aug 13, 2024
2 parents baf77db + 12eed29 commit bf4dde4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
18 changes: 10 additions & 8 deletions .github/quarkus-github-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,9 @@ triage:
directories:
- extensions/amazon-lambda
- integration-tests/amazon-lambda
- id: persistence
labels: [area/persistence]
title: "persistence"
directories:
- extensions/jdbc/
- id: db2
labels: [area/persistence]
# There's no label for DB2, and JDBC/reactive-clients are handled elsewhere.
labels: []
title: "db2"
notify: [mswatosh]
directories:
Expand Down Expand Up @@ -109,7 +105,7 @@ triage:
- devtools/platform-descriptor-json/src/main/resources/codestarts/
- devtools/platform-descriptor-json/src/main/resources/templates/
- id: hibernate-reactive
labels: [area/hibernate-reactive, area/persistence]
labels: [area/hibernate-reactive]
title: "hibernate.reactive"
expression: |
matches("hibernate", title) && matches("reactive", title)
Expand All @@ -119,7 +115,7 @@ triage:
directories:
- extensions/hibernate-reactive
- id: hibernate-orm
labels: [area/hibernate-orm, area/persistence]
labels: [area/hibernate-orm]
expression: |
matches("hibernate", title) && !matches("reactive", title)
&& !matches("hibernate.validator", title)
Expand Down Expand Up @@ -732,6 +728,12 @@ triage:
labels: [area/devservices]
title: "dev.?services?"
notify: [stuartwdouglas, geoand]
- id: jdbc
labels: [area/jdbc]
title: "jdbc"
notify: [barreiro,yrodiere]
directories:
- extensions/jdbc/
- id: reactive-sql-clients
labels: [area/reactive-sql-clients]
title: "(reactive sql|reactive pool|pgpool|mysqlpool|db2pool)"
Expand Down
2 changes: 1 addition & 1 deletion .github/quarkus-github-lottery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ participants:
days: ["MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY"]
maxIssues: 3
maintenance:
labels: ["area/hibernate-orm", "area/hibernate-search", "area/elasticsearch"]
labels: ["area/hibernate-orm", "area/hibernate-search", "area/elasticsearch", "area/jdbc"]
days: ["WEDNESDAY"]
feedback:
needed:
Expand Down

0 comments on commit bf4dde4

Please sign in to comment.