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
223: Make required re-reviewing configurable #376
Conversation
|
Webrevs
|
@rwestberg This change now passes all automated pre-integration checks. When the change also fulfills all project specific requirements, type
|
# Conflicts: # bots/pr/src/main/java/org/openjdk/skara/bots/pr/CheckWorkItem.java
/integrate |
@rwestberg |
Mailing list message from Robin Westberg on skara-dev: Changeset: 7a6119d 223: Make required re-reviewing configurable Reviewed-by: ehelin ! bots/pr/src/main/java/org/openjdk/skara/bots/pr/AllowCommand.java |
Hi all,
Please review this change that makes it possible to configure (per project) if additional commits to a pull request renders previous reviews invalid or not. It also tweaks the behavior of the
rfr
label slightly - instead of dropping it when a PR is reviewed and receives theready
label, is will remain for as long the PR is eligible for further reviews. This should reduce the number of label transitions when this feature is enabled.The change also contains a bit of refactoring to make it easier to add more project specific configuration in the future.
Best regards,
Robin
Progress
Issue
SKARA-223: Make required re-reviewing configurable
Approvers