/pull-request-reviewers

Simple interface to get a GitHub Pull Request reviewers list using GitHub API

Primary LanguageJavaScriptMIT LicenseMIT

Pull Request Reviewers

PR Reviwers

Build Status codebeat badge

Simple interface to get a GitHub Pull Request reviewers list using GitHub API.

Built With

  • HTML
  • CSS
  • JavaScript

No frameworks were harmed during the making of this project.

Live Demo

https://mauriciorobayo.github.io/pull-request-reviewers/

Getting Started

To get a local copy up and running follow this steps:

  1. Clone the repository and cd into it
git clone https://github.com/MauricioRobayo/pr-reviewers
cd pr-reviewers
  1. Install dependencies
npm install
  1. Start the webpack-dev-server
npm start
  1. To build the site for production
npm run build

The production site is automatically deployed to GitHub pages using GitHub Actions.

Contributing

Contributions, issues and feature requests are welcome!

License

MIT.