Skip to content

Commit

Permalink
docs: add a section about assigning reviewers (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunjae Lee authored Aug 18, 2019
1 parent 3922854 commit 7bd1fcb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,18 @@ workflows:

Now, every Tuesday at 9am, new pull-request will be created. All you need to do is review the pull-request and merge it. Then the rest will be automatically done.

### Assign Reviewers

You can assign reviewers on your release pull-request.

```js
module.exports = {
pullRequestReviewer: "reviewer-user-name"
};
```

One thing to be aware is, you cannot assign yourself as reviewer. You can put github username of your team or team mates. The value is a comma-separated list(no spaces around the comma).

## All Configurations

[See here for all configurations](./CONFIG.md)
Expand Down

0 comments on commit 7bd1fcb

Please sign in to comment.