ribtoks/Track TODO Action
Sync TODO/BUG/FIXME comments with GitHub Issues and Projects
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| REPO | Code repository | — | "" |
| ISSUE_REPO | Repository for issues | — | "" |
| TOKEN | Github token | — | "" |
| INCLUDE_PATTERN | Regexp for source files to include | — | "" |
| EXCLUDE_PATTERN | Regexp for source files to exclude | — | "" |
| ROOT | Root directory for source code | — | . |
| MIN_WORDS | Minimum amount of words to create an issue | — | 3 |
| MIN_CHARACTERS | Minimum amount of characters to create an issue | — | 30 |
| DRY_RUN | Do not create or close real issues | — | "" |
| CLOSE_ON_SAME_BRANCH | Close issues only if they are missing on the same branch | — | 1 |
| ADD_LIMIT | Limit number of issues to create during workflow | — | "" |
| CONCURRENCY | Amount of files to process in parallel | — | 128 |
| CLOSE_LIMIT | Limit number of issues to close during workflow | — | "" |
| LABEL | Label to add for new issues | — | todo comment |
| SHA | SHA value of the commit | — | "" |
| REF | Github Ref that triggered the workflow (branch or tag) | — | "" |
| EXTENDED_LABELS | Create additional labels to mark branch, issue type etc. | — | 1 |
| COMMENT_ON_ISSUES | Create commit reference in the comments before closing the issue | — | 0 |
| ASSIGN_FROM_BLAME | Get the author of the comment via git API from the commit hash of the comment and assign to the issue created | — | 0 |
| SETUP_GO_CACHE | Enable dependency caching in the internal setup-go step | — | true |
Outputs
| name | description |
|---|---|
| scannedIssues | Equals to 1 if completed successfully |