mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
dc56eb99f1
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/34713 Changelog: [Internal] - Fix up missing bots usage after we moved everything to packages/react-native-bots in https://github.com/facebook/react-native/commit/767f8e0249618e78c07758c7fd27be6ebaf27610 Reviewed By: NickGerleman Differential Revision: D39583230 fbshipit-source-id: 6cc6b7923e67139dc3c81dfe0c39005dde905248
41 lines
1.2 KiB
Plaintext
41 lines
1.2 KiB
Plaintext
# See https://help.github.com/en/articles/about-code-owners
|
|
# to learn more about code owners.
|
|
# Order is important; the last matching pattern takes the most
|
|
# precedence. You may specify either a GitHub username, or an
|
|
# email address if you prefer, as the code owner.
|
|
|
|
# Any Markdown file anywhere in the repository
|
|
**/*.md @hramos @cpojer
|
|
|
|
# GitHub Settings, Bots
|
|
/.github/ @hramos
|
|
/packages/react-native-bots @hramos
|
|
|
|
# Continuous Integration
|
|
/.circleci/ @hramos
|
|
/.circleci/Dockerfiles @gengjiawen
|
|
/.appveyor/ @gengjiawen
|
|
|
|
# Internals
|
|
React/Base/* @shergin
|
|
React/Views/* @shergin
|
|
React/Modules/* @shergin
|
|
React/CxxBridge/* @mhorowitz
|
|
|
|
# Components and APIs
|
|
ReactAndroid/src/main/java/com/facebook/react/animated/* @janicduplessis
|
|
Libraries/Animated/* @janicduplessis
|
|
Libraries/NativeAnimation/* @janicduplessis
|
|
Libraries/Image/* @shergin
|
|
Libraries/Text/* @shergin
|
|
|
|
# Modifications to package.json typically require
|
|
# additional effort from a Facebook employee to land
|
|
/package.json @hramos @cpojer
|
|
|
|
# These should not be modified through a GitHub PR
|
|
LICENSE* @hramos @cpojer @yungsters
|
|
|
|
# The eslint-config-react-native-community package requires manual publishing after merging
|
|
/packages/eslint-config-react-native-community/* @matt-oakes
|