Skip to content

Commit

Permalink
re-adding configuration coordinates to SuggestedRepository
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTugarev committed Nov 15, 2023
1 parent 0991b70 commit 031cad6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/public-api/gitpod/v1/scm.proto
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,6 @@ message SCMToken {
message SuggestedRepository {
string url = 1;
string repo_name = 2;
string configuration_id = 3;
string configuration_name = 4;
}

0 comments on commit 031cad6

Please sign in to comment.