louislai / accuser

Accuser is a lightweight framework/wrapper that lets you write Github bots that monitor Pull Requests and assign a person to the PR.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accuser Build Status

Accuser is a lightweight framework that lets you write Github bots that monitor issues and pull requests and work with them.

The framework wraps around the node-github library to make it easier to monitor pull requests, assign people and write comments.

  • Issues and Pull Requests filtering
  • Accuse / Assigning PRs
  • Commenting
  • Labels

Getting Started

To use Accuser, installed Accuser to your application/project via npm:

npm install --save accuser

Future Implementation

  • Webhook / Event Implementation
  • Renaming Title

Testing

Accuser uses Mocha for unit testing. Ensure that development dependencies are installed and run the following command:

npm test

License

Code released under the MIT license.

About

Accuser is a lightweight framework/wrapper that lets you write Github bots that monitor Pull Requests and assign a person to the PR.


Languages

Language:JavaScript 100.0%