blob: af3fc78d7e88bd091f4cb20d9f3559714a0479d7 [file] [log] [blame]
// Copyright 2021 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.gerrit_auto_submit.tests;
import "recipe_modules/fuchsia/gerrit_auto_submit/options.proto";
message InputProperties {
recipe_modules.fuchsia.gerrit_auto_submit.Options gerrit_auto_submit_options = 1;
bool dry_run = 2;
}