Skip to content

Commit

Permalink
Added @matt-oakes as CODEOWNER of the ESLint package (facebook#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: facebook#27085 (comment)

## Changelog

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

Test Plan: N/A

Differential Revision: D19294768

Pulled By: cpojer

fbshipit-source-id: 3e3833261fc0b3c107b52b0e8232bd942a2ecaf4
  • Loading branch information
matt-oakes authored and osdnk committed Mar 9, 2020
1 parent b86363d commit a6de4fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
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 a6de4fb

Please sign in to comment.