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

add support for 'silent' mode #290

Open
boegel opened this issue Dec 1, 2024 · 0 comments
Open

add support for 'silent' mode #290

boegel opened this issue Dec 1, 2024 · 0 comments

Comments

@boegel
Copy link
Contributor

boegel commented Dec 1, 2024

By default, the current implementation of the bot is very chatty:

  • It reports for duty in every PR being opened;
  • It acknowledges receiving a command, even when that command is not relevant to that instance;
  • It adds a comment if it takes any action in response to a command;

Now that we have various bots running, a lot of semi-useless comments are being created.
As long as the bots are active and listening, those comments are basically always ignored.

So I think we should add support to the bot for staying silent unless asked to reveal itself in PRs and not to reply to every command it receives. It should always post a comment when it actually acts on a command though, of course.

I would argue that this "silent mode" should be enabled by default even, and that bot instances should either be configured to be chatty, or that commands should enable "verbose", which could be useful for debugging purposes.

@bedroge bedroge changed the title add suppor for 'silent' mode add support for 'silent' mode Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant