Skip to content

Commit

Permalink
Don't notify codeowners when only weight files or Cargo.toml are chan…
Browse files Browse the repository at this point in the history
…ged (#1044)

* Don't notify codeowners when weights files or Cargo.toml are changed

* Update CODEOWNERS

Co-authored-by: Chralt <chralt.developer@gmail.com>

* Update CODEOWNERS

Co-authored-by: Chralt <chralt.developer@gmail.com>

---------

Co-authored-by: Chralt <chralt.developer@gmail.com>
  • Loading branch information
sea212 and Chralt98 committed Jul 21, 2023
1 parent dedb812 commit 3d4ebe5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -13,3 +16,7 @@
/zrml/simple-disputes/ @Chralt98
/zrml/styx/ @yornaath
/zrml/swaps/ @maltekliemann

# Skip weight and Cargo.toml files
**/weights.rs
**/Cargo.toml

0 comments on commit 3d4ebe5

Please sign in to comment.