actions-marketplace-validations/TODO to Issue (MDX support)

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)yes${{ github.repository }}
BEFOREThe SHA of the last pushed commit (automatically set)yes${{ github.event.before || github.base_ref }}
COMMITSAn array of commit objects describing the pushed commitsyes${{ toJSON(github.event.commits) }}
DIFF_URLThe URL to use to get the diff (automatically set)yes${{ github.event.pull_request.diff_url }}
SHAThe SHA of the latest commit (automatically set)yes${{ github.sha }}
TOKENThe GitHub access token to allow us to retrieve, create and update issues (automatically set)no${{ github.token }}
LABELThe label that will be used to identify TODO comments (deprecated)no
COMMENT_MARKERThe marker used to signify a line comment in your code (deprecated)no
CLOSE_ISSUESOptional input that specifies whether to attempt to close an issue when a TODO is removedyestrue
AUTO_PFor multiline TODOs, format each line as a new paragraph when creating the issueyestrue
PROJECTS_SECRETEncrypted secret corresponding to your personal access token (do not enter the actual secret)no
USER_PROJECTSDefault user projectsno
ORG_PROJECTSDefault organisation projectsno
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 actionyesfalse
ACTORThe username of the person who triggered the actionyes${{ github.actor }}
ISSUE_TEMPLATEThe template used to format new issuesno

no outputs