diogoribeiro7/Repo Task Tracker
Sync tracker.json tasks to GitHub Issues and optionally to a central GitHub Project (v2) board.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Token with issues:write and (if using a project board) projects:write. Use a PAT stored as a secret — the default GITHUB_TOKEN cannot write to Projects owned by a user account. | yes | — |
| project-owner | GitHub login or organisation that owns the Project board. Leave empty to skip project board sync. | no | "" |
| project-number | Integer number of the GitHub Project board (visible in the URL: github.com/users/<owner>/projects/<number>). Leave as 0 to skip project board sync. | no | 0 |
| tracker-path | Path to tracker.json relative to the repository root. | no | tracker.json |
| tracker-glob | Glob pattern for multiple tracker files. If set, overrides tracker-path. | no | "" |
| validate | Validate tracker.json only and exit without creating/updating issues. | no | false |
| dry-run | Preview changes without mutating issues or project board items. | no | false |
| on-orphan | How to handle tracker-labelled issues not present in tracker.json: warn, close, or ignore. | no | warn |
Outputs
no outputs