A toolkit to help teams using Github to organize their sprints. It runs different tasks to fetch information from Github.
GBT currently does three things:
- Find issues not assigned to any project boards
- Find issues in project boards that contain specific labels
- Prints the last time you've deployed a repository to production (last version tag)
- Add it to your project using
yarn
ornpm
- Import GBT as a module
- Send a configuration object as a parameter to the module (see
config.json.sample
for an example)
- Create a
config.json
file with the contents ofconfig.json.sample
. - Remove the tasks you don't want to run
- Update the configuration to match your repositories, project boards, etc.
- Set a
GITHUB_TOKEN
env var containing a valid Github token.