Wanna see who makes it to the Hall of Fame of the most reviewed PRs in your repository?
You came to the right place!
-
create a
.env
file and set your variables just like in.env.example
-
run
node --env-file=.env index.js [top_count]
top_count - optional, default 10
You need at least:
- Node.js 20 because of the
--env-file
flag. - Node.js 18 because of using the Fetch API
-
build
docker build -t github-top-most-reviewed-prs .
-
run
docker run -e top_count=50 github-top-most-reviewed-prs
top_count - optional, default 10