Skip to content

Commit 7fb161f

Browse files
authored
Modified CODEOWNERS.| #3042 (#3043)
1 parent 00f88ad commit 7fb161f

File tree

1 file changed

+11
-29
lines changed

1 file changed

+11
-29
lines changed

.github/CODEOWNERS

Lines changed: 11 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,12 @@
1-
# intentionally not using * to allow for dependabot automerge-see comment below
2-
# (github does not allow negative !FlowCrypt/build.gradle
1+
# These owners will be the default owners for everything in the repo.
2+
# Unless a later match takes precedence,
3+
# these owners will be requested for review when someone opens a pull request.
4+
* @DenBond7 @ioanmo226
35

4-
.github @DenBond7 @ioanmo226
5-
.idea @DenBond7 @ioanmo226
6-
.semaphore @DenBond7 @ioanmo226
7-
8-
FlowCrypt/libs @DenBond7 @ioanmo226
9-
FlowCrypt/schemas @DenBond7 @ioanmo226
10-
FlowCrypt/src @DenBond7 @ioanmo226
11-
FlowCrypt/.gitignore @DenBond7 @ioanmo226
12-
FlowCrypt/CMakeLists.txt @DenBond7 @ioanmo226
13-
FlowCrypt/lint.xml @DenBond7 @ioanmo226
14-
FlowCrypt/proguard-rules.pro @DenBond7 @ioanmo226
15-
# intentionally leaving out FlowCrypt/build.gradle
16-
# so that dependabot does not need codeowner approvals to auto-merge
17-
18-
design @DenBond7 @ioanmo226
19-
docker-mailserver @DenBond7 @ioanmo226
20-
gradle/wrapper @DenBond7 @ioanmo226
21-
script @DenBond7 @ioanmo226
22-
.gitignore @DenBond7 @ioanmo226
23-
README.md @DenBond7 @ioanmo226
24-
detekt-config.yml @DenBond7 @ioanmo226
25-
detekt.gradle @DenBond7 @ioanmo226
26-
ext.gradle @DenBond7 @ioanmo226
27-
gradle.properties @DenBond7 @ioanmo226
28-
gradlew @DenBond7 @ioanmo226
29-
gradlew.bat @DenBond7 @ioanmo226
30-
settings.gradle @DenBond7 @ioanmo226
6+
# The following files will no have codeowners to allow dependabot auto-merge
7+
# based on https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features
8+
# /customizing-your-repository/about-code-owners#codeowners-syntax
9+
# If you specify a user or team that doesn't exist or has insufficient access, a code owner will not be assigned.
10+
# But these files will be skipped and not assigned to anyone.
11+
FlowCrypt/build.gradle.kts not_existed_user@flowcrypt.com
12+
build.gradle.kts not_existed_user@flowcrypt.com

0 commit comments

Comments
 (0)