tgtgamer/Generate technical debt issue
Parse pull request body/comment and automatically generate GitHub issues for technical debt
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| title_prefix | Allows you to change the prefix used for debt issues | no | [DEBT] |
| title_start | Allows you to change the regex used for debt issues | no | <!--\[DEBT_ISSUE_TITLE\]--> |
| title_end | Allows you to define the title endpoint | no | line |
| title_end_regex | Allows you to change the regex used for title ending | no | <!--\[DEBT_TITLE_END\]--> |
| body_start | Allows you to change the regex used for debt issues | no | <!--\[DEBT_BODY_START\]--> |
| body_end | Allows you to define the body endpoint | no | paragraph |
| body_end_regex | Allows you to change the regex used for body ending | no | <!--\[DEBT_BODY_END\]--> |
| jest | Toggle Jest coverage intergration | no | true |
| storage_file | Change where this action stores data. Defaults to package | no | package.json |
| token | The GitHub auth token | yes | — |
Outputs
no outputs