| // 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; | |
| // Only comment on changes from these Gerrit hosts. | |
| repeated string gerrit_host_allowlist = 2; | |
| } |