1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-01 06:37:46 +00:00

Add CODEOWNERS file (#419)

* Add CODEOWNERS file

On its own, the only thing this does is request reviews from codeowners.
If virtual_environments is touched, @Hofer-Julian will be requested.
Otherwise, @fdncred.
Combined with branch protection rules, this can enforce who is allowed
to review and merge pull requests touching certain parts of the code.

* Add core team
This commit is contained in:
Hofer-Julian 2023-03-23 13:33:23 +01:00 committed by GitHub
parent e7976c5cc1
commit d984ff61aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.github/CODEOWNERS vendored Normal file
View file

@ -0,0 +1,2 @@
* @nushell/core-team
/virtual_environments/ @Hofer-Julian