Skip to content

Commit

Permalink
Added @matt-oakes as CODEOWNER of the ESLint package (#27689)
Browse files Browse the repository at this point in the history
Summary:
Adding myself as a code owner for the files in the ESLint package so I get email alerts for all PRs which alter the package.

This is needed because I need to manually publish updates to the package when pull requests are merged in. They are not handled by the standard React Native release cycle.

Related discussion: #27085 (comment)

## Changelog

[Internal] [Added] - Added mat-oakes as a CODEOWNER for the ESLint package
Pull Request resolved: #27689

Test Plan: N/A

Differential Revision: D19294768

Pulled By: cpojer

fbshipit-source-id: 3e3833261fc0b3c107b52b0e8232bd942a2ecaf4
  • Loading branch information
matt-oakes authored and facebook-github-bot committed Jan 7, 2020
1 parent bd0c37e commit dd32cb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ Libraries/Text/* @shergin

# 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

0 comments on commit dd32cb7

Please sign in to comment.