alstr/TODO to Issue

Converts IDE TODO comments to GitHub issues

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
REPOThe path to the repository where the action will be used, e.g. 'alstr/my-repo' (automatically set)no${{ github.repository }}
BEFOREThe SHA of the last pushed commit (automatically set)no${{ github.event.before || github.base_ref }}
COMMITSAn array of commit objects describing the pushed commits (automatically set)no${{ toJSON(github.event.commits) }}
DIFF_URLThe URL to use to get the diff (automatically set)no${{ github.event.pull_request.diff_url }}
SHAThe SHA of the latest commit (automatically set)no${{ github.sha }}
TOKENThe GitHub access token to allow us to retrieve, create and update issues (automatically set)no${{ github.token }}
CLOSE_ISSUESOptional input specifying whether to attempt to close an issue when a TODO is removednotrue
AUTO_PFor multiline TODOs, format each line as a new paragraph when creating the issuenotrue
PROJECTUser or organization project to link issues to, format 'project_type/owner/project_name'no
PROJECTS_SECRETEncrypted secret corresponding to your personal access token (do not enter the actual secret)no
IGNOREA collection of comma-delimited regular expression that matches files that should be ignored when searching for TODOsno
AUTO_ASSIGNAutomatically assign new issues to the user who triggered the actionnofalse
ACTORThe username of the person who triggered the action (automatically set)no${{ github.actor }}
ISSUE_TEMPLATEThe template used to format new issuesno
IDENTIFIERSDictionary of custom identifiersno
GITHUB_URLBase url of GitHub APIno${{ github.api_url }}
GITHUB_SERVER_URLBase URL of GitHub web interfaceno${{ github.server_url }}
ESCAPEEscape all special Markdown charactersnotrue
LANGUAGESA collection of comma-delimited URLs or local paths for custom language filesno
NO_STANDARDExclude loading the default 'syntax.json' and 'languages.yml' files from the repositorynofalse
INSERT_ISSUE_URLSWhether the action should insert the URL for a newly-created issue into the associated TODO commentnofalse

no outputs