blob: ed8226f420bec93c052982dbcf75026a49575dee [file] [log] [blame]
core.workflow(
name = "default",
origin = git.origin(
url = "rpc://googleplex-android/platform/external/pigweed",
ref = "upstream-main"
),
destination = git.gerrit_destination(
url = "rpc://googleplex-android/platform/external/pigweed",
fetch = "main",
reviewers = ["[email protected]", "[email protected]",
"[email protected]"]
),
origin_files = glob(
include = ["**"],
exclude = [
"OWNERS",
"**/OWNERS",
"WORKSPACE_OWNERS"
],
),
authoring = authoring.pass_thru(
"Pigweed Developers <[email protected]>"
),
destination_files = glob(
include = ["**"],
exclude = [
"copy.bara.sky",
"METADATA",
"MODULE_LICENSE_APACHE2",
"OWNERS"
],
),
mode = "SQUASH",
transformations = [],
)