kevinsawade/Python todo to issue action

Converts todos from comments and google-style docstrings to issues.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Mar 25, 2022
License
LGPL

Pinned Snippet

workflow.ymlSHA-pinned
uses: kevinsawade/python-todo-to-issue@e3b406be2ab3bf703055b41c035a75b7d7b2bd30 # 1.0.6

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
REPOThe path to the repository where the action will be used, e.g. 'kevinsawade/my-repo'.yes${{ github.repository }}
BEFOREThe SHA of the last pushed commit.yes${{ github.event.before }}
SHAThe SHA of the latest commit.yes${{ github.sha }}
TOKENThe GitHub access token.yes
CLOSE_ISSUESOptional input that specifies whether to attempt to close an issue when a TODO is removedyestrue
TESTINGFor testing purposes. Let's the workflow run unittestsnofalse
INCLUDE_TODO_AFTER_CODE_LINEWhether todos that are after a code line and not at the start of lines should be considered.nofalse

no outputs