You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
root beccf3fe43 init 7 years ago
..
org init 7 years ago
BUILD.bazel init 7 years ago
README.md init 7 years ago
agent.go init 7 years ago
branch_protection.go init 7 years ago
build_status.go init 7 years ago
config.go init 7 years ago
githuboauth.go init 7 years ago
gitlaboauth.go init 7 years ago
jobs.go init 7 years ago
secrets_agent.go init 7 years ago
tide.go init 7 years ago

README.md

Prow Configuration

Core Prow component configuration is managed by the config package and stored in the Config struct. If a configuration guide is available for a component it can be found in the /prow/cmd directory. See jobs.md for a guide to configuring ProwJobs. Configuration for plugins is handled and stored separately. See the plugins package for details.