mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
[fenix] No issue: monitor performance via CODEOWNERS.
This commit is contained in:
parent
150755800e
commit
bc36b1ea02
18
.github/CODEOWNERS
vendored
18
.github/CODEOWNERS
vendored
@ -23,3 +23,21 @@
|
|||||||
/automation/ @mozilla-mobile/releng @mozilla-mobile/fenix
|
/automation/ @mozilla-mobile/releng @mozilla-mobile/fenix
|
||||||
/taskcluster/ /@mozilla-mobile/releng @mozilla-mobile/fenix
|
/taskcluster/ /@mozilla-mobile/releng @mozilla-mobile/fenix
|
||||||
/.github/ @mozilla-mobile/releng @mozilla-mobile/fenix
|
/.github/ @mozilla-mobile/releng @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.
|
||||||
|
/app/src/*/java/org/mozilla/fenix/perf/** @mozilla-mobile/Performance
|
||||||
|
*.pro @mozilla-mobile/Performance
|
||||||
|
*proguard* @mozilla-mobile/Performance
|
||||||
|
|
||||||
|
# Possible startup regressions
|
||||||
|
*Application.kt @mozilla-mobile/Performance
|
||||||
|
|
||||||
|
# We want to be aware of new features behind flags as well as features
|
||||||
|
# about to be enabled.
|
||||||
|
FeatureFlags.kt @mozilla-mobile/Performance
|
||||||
|
# --- PERFORMANCE END --- #
|
||||||
|
Loading…
Reference in New Issue
Block a user