flutter_flutter/CODEOWNERS
Line: 9: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 10: incorrect codeowner user: vashworth Line: 10: no users/groups matched Line: 11: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 12: incorrect codeowner user: vashworth Line: 12: no users/groups matched Line: 15: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 16: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 21: incorrect codeowner user: chinmaygarde Line: 21: incorrect codeowner user: loic-sharma Line: 21: no users/groups matched Line: 22: incorrect codeowner user: chinmaygarde Line: 22: incorrect codeowner user: loic-sharma Line: 22: no users/groups matched Line: 25: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 26: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 27: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 28: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 31: incorrect codeowner organization: flutter/ios-reviewers Line: 31: no users/groups matched Line: 32: incorrect codeowner organization: flutter/ios-reviewers Line: 32: no users/groups matched Line: 33: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 34: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 35: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 36: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 37: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**`
Matan Lurey d3a7ababae
Update CODEOWNERS (for dev-tooling) (#175201)
I'll be OOO for a bit, so there is no reason to confuse contributors by
having PRs auto-assigned to me.

I transferred over ownership of the `internal/*.sh` scripts (and tests)
to @jtmcdole for the time being, and just removed the remaining (which
do not have full-time owners anyway).
2025-09-19 21:10:18 +00:00

38 lines
1.8 KiB
Plaintext

# Below is a list of Flutter team members' GitHub handles who are
# suggested reviewers for contributions to this repository.
#
# These names are just suggestions. It is fine to have your changes
# reviewed by someone else.
#
# Use git ls-files '<pattern>' without a / prefix to see the list of matching files.
/engine/src/build/config/ios/** @vashworth
/packages/flutter_tools/templates/module/ios/ @vashworth
/packages/flutter_tools/templates/**/Podfile* @vashworth
/packages/flutter_tools/lib/src/ios/ @vashworth
# Internal dev infra that is closely tied to team-infra.
/bin/internal/** @jtmcdole
/dev/tools/test/** @jtmcdole
# The following files define an Application Binary Interface (ABI) that must maintain
# both forward and backward compatibility. Changes should be heavily
# scrutinized as mistakes are irreversible.
/engine/src/flutter/shell/platform/embedder/embedder.h @chinmaygarde @loic-sharma
/engine/src/flutter/shell/platform/embedder/tests/embedder_frozen.h @chinmaygarde @loic-sharma
# Android team - keep this synced with .github/labeler.yml's team-android section.
/docs/platform/android/** @flutter/android-reviewers
/engine/src/flutter/shell/platform/android/** @flutter/android-reviewers
/packages/flutter_tools/**/*android* @flutter/android-reviewers
/packages/flutter_tools/**/*gradle* @flutter/android-reviewers
# iOS team - keep this synced with .github/labeler.yml's team-ios section.
/engine/src/flutter/shell/platform/darwin/common/ @flutter/ios-reviewers
/engine/src/flutter/shell/platform/darwin/ios/framework/ @flutter/ios-reviewers
/packages/flutter_tools/**/ios/* @flutter/ios-reviewers
/packages/flutter_tools/**/macos/* @flutter/ios-reviewers
/packages/flutter_tools/**/*xcode* @flutter/ios-reviewers
/packages/flutter_tools/**/*ios* @flutter/ios-reviewers
/packages/flutter_tools/**/*macos* @flutter/ios-reviewers