Skip to main content

Module processor

Module processor 

Source
Expand description

Post-issue-creation processor that replaces TODO comments with issue links.

After GitHub issues are created, Processor::replace_todos rewrites source files to replace each TODO comment with a GH_ISSUE: <issue_url> link using atomic file writes.

Modules§

error

Structs§

Processor
Replaces TODO comments in source files with GitHub issue links.
ProcessorResult
Summary of a batch TODO replacement operation.