diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 41280f1a5..0f3438fc3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -29,29 +29,3 @@ /automation/ @mozilla-mobile/fenix /taskcluster/ @mozilla-mobile/releng @mozilla-mobile/fenix /.github/ @mozilla-mobile/fenix - -# --- PERFORMANCE START --- # -# The performance team would like to monitor some files to understand -# when performance-impacting changes occur. Our intent is not to block -# these changes (for now) but to be aware of them. Please let us know -# if the CODEOWNERS system makes this impractical. We're available at -# #perf-android-frontend on Matrix. - -# The perf team is relying on CODEOWNERS to catch regressions. If -# there is a single syntax error in the file, no rules will work. -# Therefore, we make the Perfomance team code owners of this file. -/.github/CODEOWNERS @mozilla-mobile/Performance - -# Own /perf/ src directories which typically includes perf code architecture -# or code that monitors for perf regressions. This is our main way to own code -# because it's simpler and less fragile than listing many specific files to own. -/**/src/**/perf/** @mozilla-mobile/Performance - -# Possible regressions throughout the app -*.pro @mozilla-mobile/Performance -*proguard* @mozilla-mobile/Performance - -# This file configures perf tests via Jetpack Benchmark. -app/benchmark.gradle @mozilla-mobile/Performance - -# --- PERFORMANCE END --- #