valueflows

valueflows docs
git clone https://s.sonu.ch/~srfsh/valueflows.git
Log | Files | Refs | README

commit 72a26c2ce49207e2cfd8a98f61abc1aadabc8649
parent 271050cdc09806995c63792ad014c240c9648234
Author: elf Pavlik <elf-pavlik@hackers4peace.net>
Date:   Wed, 30 Jan 2019 11:30:06 -0600

add CODEOWNERS to automate adding reviewers (#434)


Diffstat:
ACODEOWNERS | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/CODEOWNERS b/CODEOWNERS @@ -0,0 +1,6 @@ +# https://help.github.com/articles/about-code-owners/ +# Code owners are automatically requested for review when someone opens a pull request that modifies code that they own. +# When someone with admin or owner permissions has enabled required reviews, +# they also can optionally require approval from a code owner before the author can merge a pull request in the repository. + +* @valueflows/core