Refactor issue processor (#45)

* Refctor into an issue processor, add debug mode
* Move processor to use its own types so testing is easier
* Add more tests
This commit is contained in:
Ross Brodbeck
2020-04-16 13:57:59 -04:00
committed by GitHub
parent 6127f8ef7a
commit aad6ffa865
7 changed files with 601 additions and 252 deletions

View File

@@ -33,6 +33,9 @@ inputs:
operations-per-run:
description: 'The maximum number of operations per run, used to control rate limiting.'
default: 30
debug-only:
description: 'Run the processor in debug mode without actually performing any operations on live issues.'
default: false
runs:
using: 'node12'
main: 'dist/index.js'