From 7513600c2e3bc056f1df7b39ca713424b4219b67 Mon Sep 17 00:00:00 2001 From: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com> Date: Sat, 8 Jun 2024 16:12:05 +0100 Subject: [PATCH] Adds missing reserved field name Signed-off-by: ChrisJBurns <29541485+ChrisJBurns@users.noreply.github.com> --- proto/minder/v1/minder.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/minder/v1/minder.proto b/proto/minder/v1/minder.proto index 5c7a13ed3b..eeca4319e5 100644 --- a/proto/minder/v1/minder.proto +++ b/proto/minder/v1/minder.proto @@ -952,6 +952,7 @@ message UpstreamRepositoryRef { message Repository { reserved 15; + reserved "registered"; optional string id = 1; // This is optional when returning remote repositories optional Context context = 2; string owner = 3;