commit | ec23f6e1f4c978aad3e71cd511039cbbee631e0a | [log] [tgz] |
---|---|---|
author | Edwin Kempin <ekempin@google.com> | Thu Feb 10 09:20:31 2022 +0100 |
committer | Edwin Kempin <ekempin@google.com> | Thu Feb 10 09:22:18 2022 +0100 |
tree | 666b28d74f69c6ebfd34f1716ee8194b1f719cd3 | |
parent | c44765c7db4ce3972a130a65775fc440291e0d11 [diff] |
Document how to skip the code owner config validation with CherryPick API Signed-off-by: Edwin Kempin <ekempin@google.com> Change-Id: I04f9e456bcd060c96c8e6c84d1317f09f1a7f8a7
This plugin provides support for defining code owners for files in a repository.
If the code-owners plugin is enabled, changes can only be submitted if all touched files are covered by approvals from code owners.
Also see resources/Documentation/about.md.
IMPORTANT: Before installing/enabling the plugin follow the instructions from the setup guide, see resources/Documentation/setup-guide.md.
For testing the plugin with Gerrit FE Dev Helper build the JavaScript bundle and copy it to the plugins/
folder:
bazel build //plugins/code-owners/ui:code-owners cp -f bazel-bin/plugins/code-owners/ui/code-owners.js plugins/
and let the Dev Helper redirect from .+/plugins/code-owners/static/code-owners.js
to http://localhost:8081/plugins_/code-owners.js
.