Skip to content

Commit

Permalink
feat: add tags definition (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
getinnocuous authored Nov 19, 2024
1 parent 00104dd commit 9af3f16
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 @@ -714,6 +714,9 @@ message ChangeProperties {

// 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 = 15;

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

////////////////////////////
Expand Down

0 comments on commit 9af3f16

Please sign in to comment.