Create issue for TODO comments
Create Jira issue from TODO comments in pushed code.
Single-line comments in these formats:
// TODO: refactor this callback mess
# TODO: rewrite api client
GITHUB_TOKEN
- GitHub secret token is used to retrieve diffs
--project=<project key>
- Key of the project--issuetype=<issue type>
- Type of the issue to be created. Example: 'Task'