Skip to content

PR review process

Tyler Butler edited this page Apr 21, 2021 · 2 revisions

When PRs are submitted to the FluidFramework repo, reviewers are automatically assigned to the PR using a GitHub action.

The PR assignments are based on the mappings in the .github/code-owners.yml in the repo. Each entry is a glob path followed by the GitHub usernames of people that should be added as reviewers. If any files under the glob path have changed, then the reviewers in that entry will be added. All reviewers are always added.

If you want to adjust the code reviewers, edit .github/code-owners.yml and open a PR. See PR #5125 for an example.

Clone this wiki locally