bisq/CODEOWNERS
Line: 4: incorrect codeowner user: ManfredKarrer Line: 4: no users/groups matched Line: 5: incorrect codeowner user: blabno Line: 5: no users/groups matched Line: 6: incorrect codeowner user: ripcurlx Line: 6: incorrect codeowner user: ManfredKarrer Line: 6: no users/groups matched Line: 7: incorrect codeowner user: cbeams Line: 7: no users/groups matched Line: 8: incorrect codeowner user: cbeams Line: 8: no users/groups matched
Chris Beams ce5bf55bdd
Fix syntax error in CODEOWNERS
Owners are space-separated, not comma-separated. It is presumed that
this syntax error is why reviews have not been being suggested for
assignment as expected.
2018-11-05 08:05:10 +01:00

9 lines
237 B
Plaintext

# This doc specifies who gets requested to review GitHub pull requests.
# See https://help.github.com/articles/about-codeowners/.
* @ManfredKarrer
/assets/ @blabno
/desktop/ @ripcurlx @ManfredKarrer
*gradle* @cbeams
/pricenode/ @cbeams