Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make notifications varied so that people don't automatically ignore it #31

Closed
HuangJunye opened this issue Feb 8, 2023 · 3 comments
Closed

Comments

@HuangJunye
Copy link

HuangJunye commented Feb 8, 2023

In private discussion with @mtreinish, we realize that people tend to ignore the qiskit-bot PR notification (for example: Qiskit/qiskit#8592 (comment)). A wild idea we have is to use some kind of AI service to generate the same message using different tones each time to make it more varied so that people will pay attention to it.

The simplest way to implement this is just to generate a bunch of these messages offline and store it in this repo and the bot randomly pick one version of it each time.

@mtreinish
Copy link
Member

Yeah, I'd worry about using an remote api call to a text generation service as part of the bot's operation (while technically possible it seems like a lot of complexity for just notifications). But having support for multiple message and switching between some different tones and similar messages might help make people look it, that's definitely a good starting point. We should also ensure that the configurable message text supports this feature too (so people can provide multiple message texts and the bot will switch between them)

@HuangJunye
Copy link
Author

I decided not to work on this due to change of priorities. Unassigned myself.

@HuangJunye HuangJunye removed their assignment Jul 11, 2023
@Eric-Arellano
Copy link
Collaborator

Rather than changing the text, we took the approach of reducing the noise via #39.

@Eric-Arellano Eric-Arellano closed this as not planned Won't fix, can't repro, duplicate, stale Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants