actions-marketplace-validations/TODO to Issue (MDX support)
Converts IDE TODO comments to GitHub issues
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| REPO | The path to the repository where the action will be used, e.g. 'alstr/my-repo' (automatically set) | yes | ${{ github.repository }} |
| BEFORE | The SHA of the last pushed commit (automatically set) | yes | ${{ github.event.before || github.base_ref }} |
| COMMITS | An array of commit objects describing the pushed commits | yes | ${{ toJSON(github.event.commits) }} |
| DIFF_URL | The URL to use to get the diff (automatically set) | yes | ${{ github.event.pull_request.diff_url }} |
| SHA | The SHA of the latest commit (automatically set) | yes | ${{ 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 | yes | true |
| AUTO_P | For multiline TODOs, format each line as a new paragraph when creating the issue | yes | 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 | yes | false |
| ACTOR | The username of the person who triggered the action | yes | ${{ github.actor }} |
| ISSUE_TEMPLATE | The template used to format new issues | no | — |
Outputs
no outputs