README.md in pra-1.1.0 vs README.md in pra-1.2.0

- old
+ new

@@ -19,10 +19,15 @@ directory. The following is an example config that can be used as a starter. *Note:* You will need to replace **your.username**, **your.password**, **your.stash.server**, and the **repositories** sections of each of the pull sources. +#### Assignee Blacklist + +Reduces noise to more easily determine which pull requests are unassigned. Names +added will not appear in the assignee column. + { "pull_sources": [ { "type": "stash", "config": { @@ -47,9 +52,13 @@ { "owner": "reachlocal", "repository": "snapdragon" }, { "owner": "brewster", "repository": "cequel" } ] } } + ], + "assignee_blacklist": [ + "IPT-Capture", + "IPT-Core Services" ] } I suggest copying and pasting the above starter file into your `~/.pra.json` file to get you started. Then simply replace the appropriate fields and the