todos-in/todo-hub
Todo Management for GitHub
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| TOKEN | The GitHub token to use when calling the API | no | ${{ github.token }} |
| MAX_LINE_LENGTH | Lines of code with more characters will be excluded from TODO-search, since these typically minimized/generated files, which should be ignored (in .todoignore file) anyway | no | 500 |
Outputs
| name | description |
|---|---|
| UPDATED_ISSUES | Comma separated list of issue numbers that were update updated during the run. |
| SKIPPED_UNCHANGED_ISSUES | Comma separated list of issue numbers that were not updated because they were already tracked and their state has not changed. |
| ISSUES_FAILED_TO_UPDATE | Comma separated list of issue numbers that failed to updated. Reasons include: permanently deleted issues, PRs that cannot be reopened, because branch was deleted. |
| TODOHUB_CONTROL_ISSUE_ID | issue number of todoshubs control center |