-
Notifications
You must be signed in to change notification settings - Fork 482
Open
Description
Using a CODEOWNERS file PRs get automatically assigned reviewers.
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# they will be requested for review when someone opens a
# pull request.
* @user-a @user-b
charts/fluent-operator/* @marcofranssen @joshuabaird @benjaminhuo @cw-Guo
# See CODEOWNERS syntax here: https://help.github.com/articles/about-codeowners/#codeowners-syntax
Using branch protections it can also be configured that PRs need to be approved by a CODEOWNER.
For the fluent-operator chart I have already listed the maintainters.
@benjaminhuo did I miss anyone?
Metadata
Metadata
Assignees
Labels
No labels