diff --git a/CODEOWNERS b/CODEOWNERS index b48c5e381..74c117914 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -5,6 +5,9 @@ /node/ @sea212 /runtime/ @sea212 +# Ignore everything but mod.rs in /runtime/common/src/weights/ +/runtime/common/src/weights/* +/runtime/common/src/weights/mod.rs @sea212 /zrml/authorized/ @Chralt98 /zrml/court/ @Chralt98 /zrml/global-disputes/ @Chralt98 @@ -13,3 +16,7 @@ /zrml/simple-disputes/ @Chralt98 /zrml/styx/ @yornaath /zrml/swaps/ @maltekliemann + +# Skip weight and Cargo.toml files +**/weights.rs +**/Cargo.toml \ No newline at end of file