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
{{ message }}
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.
The action is often leaving review comments which boil down to LGTM. The diff that is added is identical to the diff of the PR, and there is no suggestion made (see screenshot example below).
This happens even with the following workflow input parameters:
Intuitively, review_simple_changes and review_comment_lgtm being set to false should prevent this from happening, but these comments sometimes make up 50% of all review comments left and really clutter up the PR. I also tried to adjust the summary and system_message inputs to specifically instruct it to avoid commenting on diffs which don't require changes, but this did not help.
Using debug mode, I found the following snippet, which seems (to me) to cause this behavior, and which is not surfaced as a configurable input to the action.
'Below the summary, I would also like you to triage the diff as `NEEDS_REVIEW` or \n' +
'`APPROVED` based on the following criteria:\n' +
'\n' +
'- If the diff involves any modifications to the logic or functionality, even if they \n' +
' seem minor, triage it as `NEEDS_REVIEW`. This includes changes to control structures, \n' +
' function calls, or variable assignments that might impact the behavior of the code.
Would it be possible to change the wording here depending on review_simple_changes or review_comment_lgtm?
The text was updated successfully, but these errors were encountered:
We recommend installing the Pro version and see if that is better for you. We have no immediate plans to release Pro features (includes better noise reduction) to the open source version.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The action is often leaving review comments which boil down to LGTM. The diff that is added is identical to the diff of the PR, and there is no suggestion made (see screenshot example below).
This happens even with the following workflow input parameters:
Intuitively,
review_simple_changes
andreview_comment_lgtm
being set to false should prevent this from happening, but these comments sometimes make up 50% of all review comments left and really clutter up the PR. I also tried to adjust thesummary
andsystem_message
inputs to specifically instruct it to avoid commenting on diffs which don't require changes, but this did not help.Using debug mode, I found the following snippet, which seems (to me) to cause this behavior, and which is not surfaced as a configurable input to the action.
Would it be possible to change the wording here depending on
review_simple_changes
orreview_comment_lgtm
?The text was updated successfully, but these errors were encountered: