commit | 64248d21bc62641d91c359ea3ce10dfa8d2ad6ff | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Mon Oct 14 20:27:46 2024 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Mon Oct 14 20:27:46 2024 +0100 |
tree | e3152b7c9fa755d07a77260d40e2ba5e91c8e1bc | |
parent | 6a324b401ab1c712146a7d8b3ed36ebecf581364 [diff] | |
parent | f690ea25eb6b049d5a7a260931d241031bb55131 [diff] |
Merge branch 'stable-3.9' into stable-3.10 * stable-3.9: Add code-block markdown to owners-autoassign config.md Change-Id: I2f5cda6801a00c9f97ba99df85fe39a93f62d426
diff --git a/owners-autoassign/src/main/resources/Documentation/config.md b/owners-autoassign/src/main/resources/Documentation/config.md index faf87ad..1caf92f 100644 --- a/owners-autoassign/src/main/resources/Documentation/config.md +++ b/owners-autoassign/src/main/resources/Documentation/config.md
@@ -32,9 +32,11 @@ controls which field these OWNERS will be assigned too. It can be one of `REVIEWER` or `CC`. e.g.: +``` [plugin "owners-autoassign"] autoAssignField = CC autoAssignWip = TRUE +``` Both settings can be inherited from the parent project by setting the value to `INHERIT`.