Skip to content

Commit

Permalink
Add email field to change to identify the user that created it
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe committed Jul 26, 2024
1 parent 1f22472 commit f1360b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changes.proto
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,9 @@ message ChangeSummary {
// The name of the user that created the change
string creatorName = 6;

// The email of the user that created the change
string creatorEmail = 15;

// I'm going to omit the creatorLink for now, since it's not clear what it
// should be
// string creatorLink = 7;
Expand Down Expand Up @@ -579,6 +582,9 @@ message ChangeMetadata {
// The name of the user that created the change
string creatorName = 5;

// The email of the user that created the change
string creatorEmail = 19;

// The number of apps that will be affected by this change
int32 numAffectedApps = 6;

Expand Down

0 comments on commit f1360b0

Please sign in to comment.