Skip to content
/ accuser Public

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

Notifications You must be signed in to change notification settings

mauris/accuser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published