[Rev 02] RFR: merge-bot: create integrateable pull requests

Erik Helin ehelin at openjdk.java.net
Thu Apr 2 07:21:20 UTC 2020


> Hi all,
> 
> please review this patch that makes the merge bot creates pull requests that can be integrated. With this new version
> of the merge bot contributors will be able to update the "merge style" PR created by the automatic merge bot. This
> should reduce the overhead quite a bit for resolving a merge conflict.  With the new workflow a contributor would have
> to something like the following (assuming they have a remote named `openjdk-bot`):
> $ git fetch openjdk-bot
> $ git checkout openjdk-bot/17
> $ git merge <target branch>
> $ # fix merge conflicts
> $ git add -u
> $ git commit -m "Merge <from branch>"
> $ git push
> 
> Testing:
> - `make test`
> - Updated unit tests
> 
> Thanks,
> Erik

Erik Helin has updated the pull request incrementally with one additional commit since the last revision:

  Fix spelling in comment
  
  Co-Authored-By: Robin Westberg <robin at westberg.se>

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

Changes:
  - all: https://git.openjdk.java.net/skara/pull/557/files
  - new: https://git.openjdk.java.net/skara/pull/557/files/7f84c6b9..8a595249

Webrevs:
 - full: https://webrevs.openjdk.java.net/skara/557/webrev.02
 - incr: https://webrevs.openjdk.java.net/skara/557/webrev.01-02

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

PR: https://git.openjdk.java.net/skara/pull/557


More information about the skara-dev mailing list