juulsn/todo-issue

Converts TODOs to Issues

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
keywordsList of keywords for comments to be added which starts with one of these words.noTODO
bodyKeywordsList of keywords for comments which starts with one of these words.no""
autoAssignBoolean or list of assignees which should be added to the new created issue. If true the commiter of the change will be addedno
excludePatternRegex which defines which paths to exclude (e.g. '^(src/someSubFolder/|anotherParentFolder/|LICENSE.txt)')no
caseSensitiveBoolean which sets whether the tags should equal the keywords and bodytags list in terms of case sensitivity. Defaults to trueno
labelBoolean or a list of labels which should be added on creating a new issue. Defaults to 'todo :spiral_notepad:'no
blobLinesfalse or max number of last changed lines which should be previewed in a issue. Defaults to 5no
blobLinesBeforemax number of last changed lines before the first comment line which should be previewed in a issue. Defaults to 0no
titleSimilarityfalse or number in percent of similarity which should be used for merging issues on creation. Defaults to 80no
reopenClosedBoolean whether a issue should be reopened if it was already closed, but the title is similar.no
taskSystemTask system to use. Currently only GitHub is supported.noGitHub

no outputs