tree: 437afa8ecd35b1b02de54614f2a5f84d1cc8852b [path history] [tgz]
  1. bin/
  2. go/
  3. BUILD.bazel
  4. Makefile
  5. README.md
codereview-watcher/README.md

Codereview Watcher

Skia (https://skia.googlesource.com/skia.git) is mirrored in Github (https://github.com/google/skia). Skia sometimes get PRs in Github (example) and then have to ask developers to re-upload in Gerrit.

Skia uses Copybara to automatically create a Gerrit change from a Github PR (after CLA is signed). The Gerrit change created by Copybara is very hard to find (screenshot). The codereview-watcher framework attempts to fix that by updating the PR with a descriptive message.

This framework is turned on for https://github.com/google/skia and https://github.com/google/skia-buildbot.

Design doc is here.