Here, you will learn how to use the Github Integration feature.
To start, open the repo.ghicfg
file. If you do not have one, create one.
Set the value to:
user/repo:seconds_between reload
user
- The owner of the repo
repo
- The name of the repo
seconds_between reload
- How much seconds between fetching repo data again
Please set seconds_between reload
to at least 600, or you will probably reach the API usage limits.
You can set as many repos as you want.
If you want to use your Github API Token, you might reach API rate limits, run:
# Widnows
setx GITHUB_TOKEN "your_token"
# Linux / Unix / macOS
export GITHUB_TOKEN=value
source ~/.bashrc