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 regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 17: incorrect codeowner user: AnthonyMichaelTDM Line: 17: no users/groups matched
Anthony Rubick da347cf1cb fix typo
2025-09-07 20:03:33 -05:00

18 lines
562 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