diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-03-28 11:24:53 -0700 |
---|---|---|
committer | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-03-28 11:24:53 -0700 |
commit | ae8482da4e9bb5dedbe79e15c1c3226ccc3a2cf7 (patch) | |
tree | c1978580ba502c7c7fb812dc6b3018452a404da3 | |
parent | e582766d596dcaa303634c121638b8f614ffd4c7 (diff) |
Add nategraff-sifive and bsousi5 as codeowners
This will cause PRs to automatically request our review
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
-rw-r--r-- | .github/CODEOWNERS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..de77d85 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# Automatically request review on all PRs +* @nategraff-sifive @bsousi5 + |