Skip to content

3.1.0

Compare
Choose a tag to compare
@edgarjs edgarjs released this 14 Feb 16:45
· 10 commits to master since this release

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_ME environment variable that lets you configure whether you want to see only your PRs or do global searches. (Default: true)
  • New GITHUB_ME_ACCOUNT environment variable that lets you set the account you want to search repos and/or PRs on. (Default is @me)

Changed

  • Change GITHUB_HOST environment variable default value to www.github.com and use it for web URLs.
  • The API host is now set using the GITHUB_API_HOST environment variable, which defaults to api.github.com.