alstr/TODO to Issue
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) | 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 (automatically set) | 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 }} |
| CLOSE_ISSUES | Optional input specifying 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 |
| PROJECT | User or organization project to link issues to, format 'project_type/owner/project_name' | no | — |
| PROJECTS_SECRET | Encrypted secret corresponding to your personal access token (do not enter the actual secret) | 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 (automatically set) | 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 }} |
| GITHUB_SERVER_URL | Base URL of GitHub web interface | no | ${{ github.server_url }} |
| ESCAPE | Escape all special Markdown characters | no | true |
| LANGUAGES | A collection of comma-delimited URLs or local paths for custom language files | no | — |
| NO_STANDARD | Exclude loading the default 'syntax.json' and 'languages.yml' files from the repository | no | false |
| INSERT_ISSUE_URLS | Whether the action should insert the URL for a newly-created issue into the associated TODO comment | no | false |
Outputs
no outputs