Skip to content

v0.2.0

Compare
Choose a tag to compare
@knl knl released this 12 Feb 15:04
· 10 commits to master since this release
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