chore: add @nornagon as codeowner of remote (#25500)

This commit is contained in:
Jeremy Rose 2020-09-18 15:25:07 -07:00 committed by GitHub
parent 735d8b84f0
commit ecb7f877a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
.github/CODEOWNERS vendored
View file

@ -13,3 +13,9 @@ DEPS @electron/wg-upgrades
# Security WG
/lib/browser/rpc-server.ts @electron/wg-security
# Remote Change Disliker
/lib/browser/remote/ @nornagon
/lib/renderer/remote/ @nornagon
/lib/renderer/api/remote.ts @nornagon
/docs/api/remote.md @nornagon