aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
Diffstat (limited to 'infra')
-rw-r--r--infra/config/recipes.cfg15
1 files changed, 13 insertions, 2 deletions
diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg
index 6d13fce140..6f94191dee 100644
--- a/infra/config/recipes.cfg
+++ b/infra/config/recipes.cfg
@@ -21,5 +21,16 @@
}
],
"project_id": "skia",
- "recipes_path": "infra/bots"
-} \ No newline at end of file
+ "recipes_path": "infra/bots",
+ "autoroll_recipe_options": {
+ "trivial": {
+ "tbr_emails": [
+ "borenet@google.com"
+ ],
+ "automatic_commit": true
+ },
+ "nontrivial": {
+ "automatic_commit_dry_run": true
+ }
+ }
+}