https://github.com/vito/tracksuit
github issue and tracker story syncer
https://github.com/vito/tracksuit
Last synced: over 1 year ago
JSON representation
github issue and tracker story syncer
- Host: GitHub
- URL: https://github.com/vito/tracksuit
- Owner: vito
- License: apache-2.0
- Created: 2015-07-21T00:42:05.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T14:12:29.000Z (over 8 years ago)
- Last Synced: 2025-04-11T16:32:23.066Z (over 1 year ago)
- Language: Go
- Size: 1.84 MB
- Stars: 7
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tracksuit

keeps Github issues and Tracker stories in sync by doing the following:
* if an issue exists with no stories labelled with `reponame/username#123`,
create a story with the issue's name/description
* for every issue, find all labelled stories and reflect their status in a
helpful comment (only one comment per issue, updating if it already exists)
* if an issue is open and all stories for it are accepted, close it with a
message linking to the stories, and instructing the user to reopen if they
have any questions or more feedback
it is implemented as a stateless CLI, and you just give it flags for the Github
organization and Tracker project ID to sync up. comments and stories will be
created as the user for the respective tokens.