File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 1+ # This is a comment.
2+ # Each line is a file pattern followed by one or more owners.
3+
4+ # These owners will be the default owners for everything in the repo.
5+ # Unless a later match takes precedence, @global-owner1 and @global-owner2
6+ # will be requested for review when someone opens a pull request.
7+ * @ optimizely/fullstack-devs
8+
9+ # Order is important; the last matching pattern takes the most precedence.
10+ # When someone opens a pull request that only modifies JS files, only @js-owner
11+ # and not the global owner(s) will be requested for a review.
12+ # *.js @js-owner
13+
14+ # You can also use email addresses if you prefer. They'll be used to look up
15+ # users just like we do for commit author emails.
16+ # docs/* docs@example.com
You can’t perform that action at this time.
0 commit comments