juulsn/todo-issue
Converts TODOs to Issues
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| keywords | List of keywords for comments to be added which starts with one of these words. | no | TODO |
| bodyKeywords | List of keywords for comments which starts with one of these words. | no | "" |
| autoAssign | Boolean or list of assignees which should be added to the new created issue. If true the commiter of the change will be added | no | — |
| excludePattern | Regex which defines which paths to exclude (e.g. '^(src/someSubFolder/|anotherParentFolder/|LICENSE.txt)') | no | — |
| caseSensitive | Boolean which sets whether the tags should equal the keywords and bodytags list in terms of case sensitivity. Defaults to true | no | — |
| label | Boolean or a list of labels which should be added on creating a new issue. Defaults to 'todo :spiral_notepad:' | no | — |
| blobLines | false or max number of last changed lines which should be previewed in a issue. Defaults to 5 | no | — |
| blobLinesBefore | max number of last changed lines before the first comment line which should be previewed in a issue. Defaults to 0 | no | — |
| titleSimilarity | false or number in percent of similarity which should be used for merging issues on creation. Defaults to 80 | no | — |
| reopenClosed | Boolean whether a issue should be reopened if it was already closed, but the title is similar. | no | — |
| taskSystem | Task system to use. Currently only GitHub is supported. | no | GitHub |
Outputs
no outputs