3.1.0
Thanks to @ileodo for these changes!
Added
- New environment variables to configure the cache TTL more atomically.
CACHE_TTL_SEC_ORG default: 86400
CACHE_TTL_SEC_PR default: 300
CACHE_TTL_SEC_REPO default: 86400
- New
PR_ALL_INVOLVE_MEenvironment variable that lets you configure whether you want to see only your PRs or do global searches. (Default:true) - New
GITHUB_ME_ACCOUNTenvironment variable that lets you set the account you want to search repos and/or PRs on. (Default is@me)
Changed
- Change
GITHUB_HOSTenvironment variable default value towww.github.comand use it for web URLs. - The API host is now set using the
GITHUB_API_HOSTenvironment variable, which defaults toapi.github.com.