Skip to content

Commit

Permalink
README.md: add notes about config redirection
Browse files Browse the repository at this point in the history
Signed-off-by: Lubomir I. Ivanov (VMware) <[email protected]>
  • Loading branch information
neolit123 authored and alexellis committed May 11, 2018
1 parent 3a8a2db commit 5e3f560
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ We are planning to add roles in the ROADMAP which will mean you can get even mor

> Note that the assign/unassign commands provides the shortcut `me` to assign to the commenter
* URL redirection of configuration files is supported via the "redirect" field:

```
redirect: https://github.com/<some-user>/<some-repo>/.DEREK.yaml
```

If this optional field is non-empty, Derek will read it's configuration from another location. This allows multiple projects to use the same configuration.
Please note that redirection is only supported for GitHub repository URLs.

### Examples:

* Update the title of a PR or issue
Expand Down

0 comments on commit 5e3f560

Please sign in to comment.