Skip to content

Commit

Permalink
add new UPDATE_FAIL issue type (#1482)
Browse files Browse the repository at this point in the history
* add new UPDATE_FAIL issue type

* generate new issue/types.pb.go
  • Loading branch information
jay-418 authored Jan 23, 2025
1 parent c5bd35a commit 4694280
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 103 deletions.
162 changes: 60 additions & 102 deletions issue/types.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion issue/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ message Request {
CHAT_NOT_WORKING = 7;
DISCOVER_NOT_WORKING = 8;
OTHER = 9;
UPDATE_FAIL = 10;
}

ISSUE_TYPE type = 1;
Expand All @@ -40,4 +41,4 @@ message Request {
string name = 2;
bytes content = 3;
}
}
}

0 comments on commit 4694280

Please sign in to comment.