Integrated: 1727: Ability to control whether clean backports require review

Zhao Song zsong at openjdk.org
Tue Jan 17 22:00:29 UTC 2023


On Thu, 12 Jan 2023 21:30:40 GMT, Zhao Song <zsong at openjdk.org> wrote:

> In this patch, PR bot has been added with the capability to control the requirement of reviews for clean backports. 
> 
> By default, no review is necessary for clean backports. 
> 
> However, if it is desired to enable the requirement of reviews for backports in a repo, the configuration can be added to the PR bot configuration as follows:
> 
> {
>   "pr": {
>       "repositories": {
>           "repo1": {
>                "reviewCleanBackport": true
>           }
>        }
>   }
> }

This pull request has now been integrated.

Changeset: 9eeac31d
Author:    Zhao Song <zsong at openjdk.org>
URL:       https://git.openjdk.org/skara/commit/9eeac31d10e2cfdaf15e16770425318315a604ac
Stats:     141 lines in 7 files changed: 126 ins; 0 del; 15 mod

1727: Ability to control whether clean backports require review

Reviewed-by: erikj

-------------

PR: https://git.openjdk.org/skara/pull/1457


More information about the skara-dev mailing list