actions-marketplace-validations/Buluma - TODO Action

Converts IDE TODO comments to GitHub issues

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jan 2, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/buluma_todo-to-issue-action@9410f43d9918e6dc329a11587c4c6e1b0f8da408 # no releases — HEAD as of 2026-07-13

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. 'buluma/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 commitsno${{ 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 }}
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 removednotrue
AUTO_PFor multiline TODOs, format each line as a new paragraph when creating the issuenotrue
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 actionnofalse
ACTORThe username of the person who triggered the actionno${{ github.actor }}
ISSUE_TEMPLATEThe template used to format new issuesno
IDENTIFIERSDictionary of custom identifiersno
GITHUB_URLBase url of GitHub APIno${{ github.api_url }}
ESCAPEEscape all special Markdown charactersnotrue
LANGUAGESA collection of comma-delimited URLs or local paths starting from the current working directory of the action for custom languagesno""
NO_STANDARDExclude loading the default 'syntax.json' and 'language.yml' files from the repositorynofalse

no outputs