blob: 60cccfed089b5f406fd400a55b4f235331f07396 [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 recipes.fuchsia.recipe_tools_roller;
message InputProperties {
// Remote URL of recipe repository.
string remote = 1;
// The CIPD ref to roll to.
string ref = 2;
// Whether to dry-run the auto-roller (CQ+1 and abandon the change).
bool dry_run = 3;
}