start-out/Run todoon
Integrates the TODOs in your codebase with your GitHub issues
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| region | Give an ISO code for todoon to report in your language (limited language support, see wiki > Settings > REGION) | no | en_us |
| issues | If true, will generate issues from TODO/FIXMEs found. Otherwise, TODO/FIXMEs will just be printed to workflow logs | no | true |
| max_issues | Maximum number of issues todoon may generate, if any more are attempted then the run will fail | no | 10 |
| closed_issue_check | If true, todoon will fail if any more than a specified number of closed issues are found (set to -1 to allow any closed issues) | no | 0 |
| silent | If true, todoon will NOT exit nonzero if any TODO/FIXMEs are found (good for generating issues when expected) | no | false |
| verbosity | 0: --very-quiet (none) | 1: --quiet (summary) | 2: (default) | 3: --verbose (all) | no | 2 |
| python_version | Version of Python to use (defaults to 3.11.7) | no | 3.11.7 |
| todoon_version | Version of todoon to use (defaults to "" for the latest) | no | "" |
Outputs
no outputs