Merge pull request #30283 from nextcloud/enhancement/two-factor-code-owners

Specify code owners for 2FA
This commit is contained in:
Joas Schilling 2021-12-16 13:37:54 +01:00 committed by GitHub
commit 1fdc97bb13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
.github/CODEOWNERS vendored
View file

@ -2,3 +2,9 @@
*/Notifications/* @nickvergessen
/apps/dav/lib/CalDAV @ChristophWurst @miaulalala @tcitworld
/apps/dav/lib/CardDAV @ChristophWurst @miaulalala @tcitworld
# Two-Factor Authentication
# https://github.com/nextcloud/wg-two-factor-authentication#members
/apps/twofactor_backupcodes @ChristophWurst @miaulalala @nickvergessen
*/TwoFactorAuth/* @ChristophWurst @miaulalala @nickvergessen
/core/templates/twofactor* @ChristophWurst @miaulalala @nickvergessen