You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Letting me know at a faster glance reason why I'm being pinged.
Implementation idea is simply to add optional id to the matchers in quarkus-bot.yaml and whatever id gets matched first add that as reason to a mention.
Could also add all reasons but feels like it could get quite long for some ?
If interesting I can have a stab at it.
The text was updated successfully, but these errors were encountered:
in my constant battle on tuning my ever growing notification inflow I was wondering if this change to quarkus bot would be useful to others:
Instead of just seeing
/cc @gsmet, @manovotn, @maxandersen, @radcortez, @Sanne
on a PR/issue like quarkusio/quarkus#29537 I was thinking to do this:
/cc @gsmet(deps), @manovotn(smallrye), @maxandersen(deps), @radcortez(smallrye), @Sanne(deps)
Letting me know at a faster glance reason why I'm being pinged.
Implementation idea is simply to add optional id to the matchers in
quarkus-bot.yaml
and whatever id gets matched first add that as reason to a mention.Could also add all reasons but feels like it could get quite long for some ?
If interesting I can have a stab at it.
The text was updated successfully, but these errors were encountered: