mrf/Beads to GitHub Issues Sync
Syncs issues from beads issue tracking system to GitHub Issues
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for API access | yes | — |
| beads-file | Path to beads issues.jsonl file | no | beads/issues.jsonl |
| dry-run | Preview changes without applying | no | false |
| sync-comments | Sync beads comments to GitHub issue comments | no | true |
| sync-statuses | Comma-separated list of statuses to sync | no | open,in_progress,blocked,closed |
| sync-priorities | Comma-separated list of priorities to sync | no | 0,1,2,3,4 |
| sync-labels | Filter by beads labels (comma-separated) | no | "" |
| label-prefix | Prefix for auto-created labels | no | "" |
| add-sync-marker | Add beads-synced label to synced issues | no | true |
| close-deleted | Close GitHub issues when beads issue is deleted | no | true |
Outputs
| name | description |
|---|---|
| created | Number of issues created |
| updated | Number of issues updated |
| closed | Number of issues closed |
| comments-synced | Number of comments synced |