mirror of
https://github.com/WSA-Installer/wsa-installer.git
synced 2026-07-29 11:24:06 -07:00
23 lines
405 B
Plaintext
23 lines
405 B
Plaintext
# Default owners for everything in the repo
|
|
# Each line is a file pattern followed by one or more owners
|
|
|
|
# Global owners
|
|
* @gshellmr-code
|
|
|
|
# Build pipeline
|
|
build/ @gshellmr-code
|
|
*.nsi @gshellmr-code
|
|
*.spec @gshellmr-code
|
|
build.bat @gshellmr-code
|
|
build2.bat @gshellmr-code
|
|
|
|
# Native modules
|
|
native/ @gshellmr-code
|
|
|
|
# Documentation
|
|
docs/ @gshellmr-code
|
|
*.md @gshellmr-code
|
|
|
|
# CI/CD
|
|
.github/ @gshellmr-code
|