blob: 6f0d0f87b21270ae8ac0404797256b483d077f90 [file] [log] [blame]
// Copyright (c) 2020, the Dart project 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.dart.roller.roll_to_dev;
message RollToDev {
// The source ref (e.g. "refs/heads/lkgr") or commit SHA to roll from.
string from_ref = 1;
}