Skip to content

Commit

Permalink
Merge pull request #16474 from kenfinnigan/bot-update
Browse files Browse the repository at this point in the history
Update bot for SmallRye Metrics, Micrometer, Tracing
  • Loading branch information
gsmet authored Apr 13, 2021
2 parents d97983a + df8330e commit eb081bf
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/quarkus-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,17 @@ triage:
- extensions/vertx-graphql/
- integration-tests/vertx-graphql/
- labels: [area/tracing, area/smallrye]
title: "(trace|tracing|telemetry)"
title: "(trace|tracing)"
notify: [kenfinnigan, Ladicek]
directories:
- extensions/smallrye-opentracing/
- labels: [area/tracing]
title: "(trace|opentelemetry)"
notify: [kenfinnigan]
notifyInPullRequest: true
directories:
- extensions/opentelemetry/
- extensions/opentelemetry-exporter-jaeger/
- labels: [area/security, area/smallrye]
title: "jwt"
notify: [sberyozkin]
Expand All @@ -139,12 +146,14 @@ triage:
notify: [sberyozkin]
- labels: [area/metrics, area/smallrye]
title: "metrics"
notify: [jmartisk]
notify: [jmartisk, ebullient]
notifyInPullRequest: true
directories:
- extensions/smallrye-metrics
- labels: [area/metrics]
title: "micrometer"
notify: [ebullient]
notify: [ebullient, phillip-kruger]
notifyInPullRequest: true
directories:
- extensions/micrometer
- labels: [area/health, area/smallrye]
Expand Down

0 comments on commit eb081bf

Please sign in to comment.