Files
zoraxy/CODEOWNERS
Line: 2: incorrect codeowner user: tobychui Line: 2: no users/groups matched Line: 5: incorrect codeowner user: PassiveLemon Line: 5: no users/groups matched Line: 11: incorrect codeowner user: jemmy1794 Line: 11: no users/groups matched Line: 14: incorrect codeowner user: AnthonyMichaelTDM Line: 14: no users/groups matched Line: 15: incorrect codeowner user: AnthonyMichaelTDM Line: 15: no users/groups matched Line: 16: incorrect codeowner user: AnthonyMichaelTDM Line: 16: no users/groups matched Line: 17: incorrect codeowner user: AnthonyMichaelTDM Line: 17: no users/groups matched
Anthony Rubick a36357dc04 take ownership of other plugin related files
specifically, the stuff around the API that's exposed to plugins
2025-09-07 19:53:06 -05:00

18 lines
559 B
Plaintext

# tobycui is the default owner for all files in this repository
* @tobychui
# PassiveLemon is the docker maintainer
/docker @PassiveLemon
# james-d-elliott is the community maintainer for forward-auth related functions
# /src/mod/auth/sso/forward @james-d-elliott
# jemmy1794 maintains the stream proxy module
/src/mod/streamproxy @jemmy1794
# AnthonyMichaelTDM maintains the plugin and event systems
/src/mod/plugins @AnthonyMichaelTDM
/example/plugins @AnthonyMichaelTDM
/src/plugin_*.go @AnthonyMichaelTDM
/src/mod/eventsystem @AnthonyMichaelTDM