aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2020-05-01 14:11:18 +0530
committerGitHub <noreply@github.com>2020-05-01 14:11:18 +0530
commit92131bc6d4eb0dc6bfc77df5b23ec74d4f98dc29 (patch)
tree10146f45ef1640b6c5f253482768bc3729352de5 /.github
parentc41100eff984a3e05f6c51e004c8b69975425db7 (diff)
CODEOWNERS: update for current development scenario (#755)
- zidhuss while around has been unable to find enough time for doing code review. - FabianHenneke has been working on all parts of the app, triaging issues and has agreed to continue as a maintainer for the next few months while he can devote the time to this project. Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS9
1 files changed, 2 insertions, 7 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 84d75594..88bd942c 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,7 +1,2 @@
-# General rule for all code base
-* @msfjarvis @zidhuss @Skrilltrax
-
-# Oreo Autofill
-app/src/main/java/com/zeapo/pwdstore/autofill/oreo/ @FabianHenneke
-*oreo_autofill* @FabianHenneke
-scripts/hash_browser_app.sh @FabianHenneke
+# Catch-all rule for the project
+* @FabianHenneke @msfjarvis @Skrilltrax