knl
released this
12 Feb 15:04
Bring some consistency and sanity in the configuration
- Configuring the regexes for matching the repo name and the context is
now saner -- instead of requiring them to be in a single environment
variable and separated by <US> character, Pulley now expects two
different variables, one with _REPO suffix and the other with _CONTEXT
suffix
- All the environment variables used for configuration are prefixed by
PULLEY_, making it easy to discern and avoid overlaps with other
services.
- Configuring the regexes now uses PULLEY_GITHUB_STATUS instead of
GITHUB_CONTEXT, making it more precise