Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Environment Variables

NameDescription
PR_TRACKER_FETCHER_BRANCH_PATTERNSJSON array of strings representing branch patterns to track.

- ? matches a single occurrence of any character.
- * matches zero or more occurrences of any character.

No escape characters.
PR_TRACKER_FETCHER_CACHE_DIRCache directory (for repository clone).
PR_TRACKER_FETCHER_DATABASE_URLPostgreSQL connection URI.
PR_TRACKER_FETCHER_GITHUB_REPO_NAMEGitHub repository name.
PR_TRACKER_FETCHER_GITHUB_REPO_OWNERGitHub repository owner.
PR_TRACKER_FETCHER_GITHUB_TOKENGitHub API token with read access to the repository's pull requests.