aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
Diffstat (limited to 'site')
-rw-r--r--site/dev/chrome/multi_repo_trybots.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/dev/chrome/multi_repo_trybots.md b/site/dev/chrome/multi_repo_trybots.md
index 34a8d96f12..1eb478e0bc 100644
--- a/site/dev/chrome/multi_repo_trybots.md
+++ b/site/dev/chrome/multi_repo_trybots.md
@@ -30,6 +30,7 @@ changes, then in the Chromium CL add the following to
'name': 'apply_custom_patch',
'pattern': '.',
'action': ['git', '-C', 'src/third_party/skia/',
+ '-c', 'user.name=Custom Patch', '-c', 'user.email=custompatch@example.com',
'cherry-pick', 'FETCH_HEAD',
],
},