Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matheusvellone/pickran

Pìck random users from an org team and add them as reviewers
https://github.com/matheusvellone/pickran

Last synced: about 1 month ago
JSON representation

Pìck random users from an org team and add them as reviewers

Awesome Lists containing this project

README

        

# pickran
---------

If you don't know who from your team to request for review you can choose them
randomly with `pickran`.

First you'll need to [create a token](https://github.com/settings/tokens/new?scopes=notifications,repo&description=pickran)
so `pickran` can read your org teams and add reviewers to your PR.

```sh
git clone https://github.com/MatheusVellone/pickran
cd pickran
echo TOKEN=YOUR-TOKEN > .env
./index.js ORG/REPO#PR-NUMBER
```