buluma/Buluma - TODO Action
Converts IDE TODO comments to GitHub issues
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 2, 2024
- License
- MIT
Pinned Snippet
uses: buluma/todo-to-issue-action@9410f43d9918e6dc329a11587c4c6e1b0f8da408 # v2.0.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| REPO | The path to the repository where the action will be used, e.g. 'buluma/my-repo' (automatically set) | no | ${{ github.repository }} |
| BEFORE | The SHA of the last pushed commit (automatically set) | no | ${{ github.event.before || github.base_ref }} |
| COMMITS | An array of commit objects describing the pushed commits | no | ${{ toJSON(github.event.commits) }} |
| DIFF_URL | The URL to use to get the diff (automatically set) | no | ${{ github.event.pull_request.diff_url }} |
| SHA | The SHA of the latest commit (automatically set) | no | ${{ github.sha }} |
| TOKEN | The GitHub access token to allow us to retrieve, create and update issues (automatically set) | no | ${{ github.token }} |
| LABEL | The label that will be used to identify TODO comments (deprecated) | no | — |
| COMMENT_MARKER | The marker used to signify a line comment in your code (deprecated) | no | — |
| CLOSE_ISSUES | Optional input that specifies whether to attempt to close an issue when a TODO is removed | no | true |
| AUTO_P | For multiline TODOs, format each line as a new paragraph when creating the issue | no | true |
| PROJECTS_SECRET | Encrypted secret corresponding to your personal access token (do not enter the actual secret) | no | — |
| USER_PROJECTS | Default user projects | no | — |
| ORG_PROJECTS | Default organisation projects | no | — |
| IGNORE | A collection of comma-delimited regular expression that matches files that should be ignored when searching for TODOs | no | — |
| AUTO_ASSIGN | Automatically assign new issues to the user who triggered the action | no | false |
| ACTOR | The username of the person who triggered the action | no | ${{ github.actor }} |
| ISSUE_TEMPLATE | The template used to format new issues | no | — |
| IDENTIFIERS | Dictionary of custom identifiers | no | — |
| GITHUB_URL | Base url of GitHub API | no | ${{ github.api_url }} |
| ESCAPE | Escape all special Markdown characters | no | true |
| LANGUAGES | A collection of comma-delimited URLs or local paths starting from the current working directory of the action for custom languages | no | "" |
| NO_STANDARD | Exclude loading the default 'syntax.json' and 'language.yml' files from the repository | no | false |
Outputs
no outputs