Files
tfhe-rs/CODEOWNERS
Line: 4: incorrect codeowner user: IceTDrinker Line: 4: no users/groups matched Line: 5: incorrect format Line: 7: incorrect codeowner user: mayeul-zama Line: 7: no users/groups matched Line: 9: incorrect codeowner user: tmontaigu Line: 9: no users/groups matched Line: 10: incorrect format Line: 12: incorrect codeowner user: tmontaigu Line: 12: no users/groups matched Line: 14: incorrect codeowner user: IceTDrinker Line: 14: incorrect codeowner user: soonum Line: 14: no users/groups matched Line: 16: incorrect codeowner user: soonum Line: 16: no users/groups matched Line: 18: incorrect codeowner user: IceTDrinker Line: 18: no users/groups matched
2025-05-21 11:30:35 +02:00

19 lines
790 B
Plaintext

# Specifying a path without code owners means that path won't have owners and is akin to a negation
# i.e. the `core_crypto` dir is owned and needs owner approval/review, but not the `gpu` sub dir
# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#example-of-a-codeowners-file
/tfhe/src/core_crypto/ @IceTDrinker
/tfhe/src/core_crypto/gpu
/tfhe/src/shortint/ @mayeul-zama
/tfhe/src/integer/ @tmontaigu
/tfhe/src/integer/gpu
/tfhe/src/high_level_api/ @tmontaigu
/Makefile @IceTDrinker @soonum
/.github/ @soonum
/CODEOWNERS @IceTDrinker