Task results are now published via the `task-result` output parameter in Github actions
1.3.0
Tasks can now be created with the `pr_number` and `issue_number` fields in order to run them in the context of a PR or issue.
1.2.0
wait_for_result` now automatically populates the [Github step summary](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary)
1.1.0
Added `wait_for_result` function to easily wait for task completion
1.0.4
* Automatically set Github Action Outputs in `create_task` util function * Add logging to the util functions
1.0.3
MANIFEST.in` ensures `requirements.txt` is available when package is built