blob: 998b29bfadd134fa270ec27a85246104db923395 [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 recipes.fuchsia.gerrit_auto_submit;
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;
}