blob: 5f888504c794d4f3720d4e95776de51be7906748 [file] [log] [blame]
// Copyright 2020 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.roll_comment;
message InputProps {
// Max attempts to retry the comment.
int32 max_attempts = 1;
}