blob: e99387a76999d4e2195cdf997b49098648293f34 [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 InputProperties {
// Max attempts to retry the comment.
int32 max_attempts = 1;
}