RFR: 1860: Make it possible to configure PR bot to jcheck all commits in "Merge PR" [v2]

Zhao Song zsong at openjdk.org
Wed Apr 26 22:25:18 UTC 2023


> In this patch, PR bot has been added with the capability to control whether jcheck every commit in a merge PR.
> 
> By default, jcheckMerge is enabled.
> 
> However, if it is desired to enable jcheckMerge in a repo, the configuration can be added to the PR bot configuration as follows:
> 
> {
>   "pr": {
>       "repositories": {
>           "repo1": {
>                "jcheckMerge": true
>           }
>        }
>   }
> }
> 
> If jcheckMerge is true, then the pr bot would jcheck all the commits in the merge PR and if any jcheck doesn't pass, the error message will be treated as Integration blocker.

Zhao Song has updated the pull request incrementally with one additional commit since the last revision:

  Update bots/pr/src/main/java/org/openjdk/skara/bots/pr/CheckRun.java
  
  Co-authored-by: Erik Joelsson <37597443+erikj79 at users.noreply.github.com>

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

Changes:
  - all: https://git.openjdk.org/skara/pull/1510/files
  - new: https://git.openjdk.org/skara/pull/1510/files/fce92cab..0a436875

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=skara&pr=1510&range=01
 - incr: https://webrevs.openjdk.org/?repo=skara&pr=1510&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/skara/pull/1510.diff
  Fetch: git fetch https://git.openjdk.org/skara.git pull/1510/head:pull/1510

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


More information about the skara-dev mailing list