* Ignore issues that have recent comments and ignore the stale label. Defaulting to this behavior but added an option to turn it off. * Fix up tests a bit to make this runnable. Add a test for the logic. * Add vscode debugging configuration.
Fixes #50 Fixes #51
* Add a test to days = -1 * Update the readme on how to build it
* Refctor into an issue processor, add debug mode * Move processor to use its own types so testing is easier * Add more tests