| commit | 8e07d6e25e669c1d296fdb6eaabcbfc3a9e3ebde | [log] [tgz] |
|---|---|---|
| author | Edwin Kempin <ekempin@google.com> | Thu May 06 12:36:08 2021 +0000 |
| committer | Edwin Kempin <ekempin@google.com> | Fri May 07 13:20:03 2021 +0000 |
| tree | b3103f0db15c177b09146f7abcfe5350f6080f7d | |
| parent | aea768cc42f1d8cf968f317b6732abde6c7b6461 [diff] |
CodeOwnerResolver: Move methods to check email domains up When resolving code owner references to accounts, checking email domains is the step that happens after filtering out all users wildcards. Hence these methods should follow the filterOutAllUsersWildCard method. The goal is to order the methods in the order in which they are invoked. Signed-off-by: Edwin Kempin <ekempin@google.com> Change-Id: I9e195b9b515f9b7cb5c3cbb751969afedae63ea2
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.