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

@@ -64,3 +64,7 @@ jobs:
stale-pr-label: 'no-pr-activity'
exempt-pr-labels: 'awaiting-approval,work-in-progress'
```
### Debugging
To see debug ouput from this action, you must set the secret `ACTIONS_STEP_DEBUG` to `true` in your repository. You can run this action in debug only mode (no actions will be taken on your issues) by passing `debug-only` `true` as an argument to the action.