blob: d29f9c0eb7f4da98694ec5d7480d1d512fd138ad [file] [log] [blame]
// Copyright 2022 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
syntax = "proto3";
package recipe_modules.fuchsia.auto_roller.tests;
import "recipe_modules/fuchsia/auto_roller/options.proto";
message InputProperties {
// Remote repository.
string remote = 1;
// Options for creating and landing roll CLs.
recipe_modules.fuchsia.auto_roller.Options roll_options = 2;
}