Commit 971533c2 authored by Robert Iannucci's avatar Robert Iannucci Committed by Commit Bot

[recipes.cfg] add autoroll options.

TBR=dnj@chromium.org

Bug:

Change-Id: I6f607578197408734da238189465ae1ff6a2000d
Reviewed-on: https://chromium-review.googlesource.com/478833Reviewed-by: 's avatarRobbie Iannucci <iannucci@chromium.org>
Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
parent 01dfb361
{
"api_version": 2,
"canonical_repo_url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git",
"deps": {
"recipe_engine": {
"branch": "master",
......@@ -8,5 +9,16 @@
}
},
"project_id": "depot_tools",
"recipes_path": "recipes"
}
\ No newline at end of file
"recipes_path": "recipes",
"autoroll_recipe_options": {
"trivial": {
"tbr_emails": [
"iannucci@chromium.org"
],
"automatic_commit": true
},
"nontrivial": {
"automatic_commit_dry_run": true
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment