diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-11-21 17:56:46 -0600 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-11-21 17:56:46 -0600 |
commit | 80565ffc116e6054f76fc785f22ded162c1a73cc (patch) | |
tree | 6e0ae5bbb1ca9190c614f9b1696e6a0c3a0dec8d | |
parent | 8eee5066eb48101b5a9dfe4d3c82adef69bd2637 (diff) | |
parent | a0c47980c07128314341fe802f2319844114baca (diff) | |
download | redot-engine-80565ffc116e6054f76fc785f22ded162c1a73cc.tar.gz |
Merge pull request #99462 from AThousandShips/fix_codeowner_tests
[Codeowners] Add missing test ownership
-rw-r--r-- | .github/CODEOWNERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6c8a8ef919..713c982123 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -121,6 +121,7 @@ /modules/mbedtls/tests/ @godotengine/network @godotengine/tests /modules/multiplayer/ @godotengine/network /modules/multiplayer/doc_classes/ @godotengine/network @godotengine/documentation +/modules/multiplayer/tests/ @godotengine/network @godotengine/tests /modules/upnp/ @godotengine/network /modules/upnp/doc_classes/ @godotengine/network @godotengine/documentation /modules/webrtc/ @godotengine/network |