Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
139 changes: 48 additions & 91 deletions pb/event.pb.go

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

2 changes: 0 additions & 2 deletions proto/lookout/sdk/event.proto
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ message ReviewEvent {
bool is_mergeable = 5;
// Source reference to the original branch and repository where the changes came from.
ReferencePointer source = 8 [(gogoproto.nullable) = false];
// Merge reference to the branch and repository where the merged Pull Request is stored.
ReferencePointer merge = 9 [(gogoproto.nullable) = false];
// Configuration related to the specific analyzer receiving the ReviewEvent.
google.protobuf.Struct configuration = 10 [(gogoproto.nullable) = false];
// RepositoryId is internal provider repository id
Expand Down
Loading