haunt icon indicating copy to clipboard operation
haunt copied to clipboard

A module for creating github issue bots

Results 9 haunt issues
Sort by recently updated
recently updated
newest added

Hi @fat ! Cool library, but I can't authenticate. I ran `haunt` with a local test.js file and against my own repository. ``` (py26) kmarwaha73-mac:foss kmarwaha$ haunt ./test.js https://github.com/marwahaha/moment Please...

I wasn't totally sure what `make haunt` did in the twitter bootstrap makefile and accidentally spammed dozens of github issues for the project. I'm guessing there should be some sort...

Remove extra `the`

Without authentication (and json: true), result is 404 page of Github

Hi, This commit makes haunt work from behind a proxy

Add possibility to set options.tests with an array of tests, each like the standard test waited ``` { 'issues': { ... }, 'pull-requests': { ... } } ``` It allow...

Currently if a test fails because of a runtime error such as a mistyped method name eg `issue.whoops()`, it will be assumed the test case has failed and trigger an...

Callback wasn't used at all in index.js repo method nor in Repo.prototype.spook.