Skip to content

Commit

Permalink
feat: add tags to ChangeSummary
Browse files Browse the repository at this point in the history
This is the type that is listed on the changes page so will need to be added to the response in order to populate the change cards in the UI.
  • Loading branch information
getinnocuous committed Nov 20, 2024
1 parent 9af3f16 commit e055fce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changes.proto
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,9 @@ message ChangeSummary {

// Repo information; can be an empty string. CLI attempts auto-population, but users can override. Not necessarily a URL. The UI will be responsible for any formatting/shortnening/sprucing up should it be required.
string repo = 16;

// User-defined tags associated with this change, will be populated via the CLI and not the UI.
map<string, string> tags = 17;
}

// a complete Change with machine-supplied and user-supplied values
Expand Down

0 comments on commit e055fce

Please sign in to comment.