-
Notifications
You must be signed in to change notification settings - Fork 563
Add reporting strategies #415
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
Conversation
Spartakovic
commented
Jun 28, 2023

required: false | ||
default: 'false' | ||
reporting-strategy: | ||
description: 'comments_per_run or latest_run_comment, anything else will default to original behavior of multiple comments' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Spartakovic I think that the default behaviour should be comments_per_run
since multiple_comments is too noisy for all people
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't mind that, only left it so people aren't surprised by the new behaviour
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
required: false | ||
default: 'false' | ||
reporting-strategy: | ||
description: 'comments_per_run or latest_run_comment, anything else will default to original behavior of multiple comments' |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry, something went wrong.
* add different reporting strategies
* add different reporting strategies