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 an option to suppress comments in code review prompts for certain words #169

Open
azyu opened this issue Dec 3, 2024 · 0 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@azyu
Copy link

azyu commented Dec 3, 2024

Background

I'm using prompts with strong rules (e.g., only check for underflow and overflow concerns, and leave 'LGTM' if there's nothing wrong).
Why did I write this prompt? Unfortunately, prompts like “Please do not add any comments” didn't work well.

But in general, if there's nothing wrong with code, end up with as many comments saying 'LGTM' as there are changed files. This is more like noise.

It would be nice to have option to not register that comment if the response contains a specific phrase.

@anc95 anc95 self-assigned this Dec 3, 2024
@anc95 anc95 added the enhancement New feature or request label Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants