-
Notifications
You must be signed in to change notification settings - Fork 57
/
CODEOWNERS
Validating CODEOWNERS rules...
18 lines (13 loc) · 1.06 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Define individuals or teams that are responsible for code in a repository.
# More details are here: https://help.github.com/articles/about-codeowners/
/.github/ @thedoublejay @fuxingloh @monstrobishi
/.github/workflows/oss-governance-bot.yml @fuxingloh
/.github/governance.yml @fuxingloh
tsconfig.json @thedoublejay @fuxingloh @monstrobishi
tsconfig.production.json @thedoublejay @fuxingloh @monstrobishi
package.json @thedoublejay @fuxingloh @monstrobishi
package-lock.json @thedoublejay @fuxingloh @monstrobishi
*.sh @thedoublejay @fuxingloh @monstrobishi
*.cmd @thedoublejay @fuxingloh @monstrobishi
*.ps1 @thedoublejay @fuxingloh @monstrobishi
LICENSE @thedoublejay @fuxingloh @monstrobishi