Skip to content
Merged
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
4 changes: 4 additions & 0 deletions src/bitdrift/public/webhook/v1/notification.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ syntax = "proto3";

package bitdrift.public.webhook.v1;

import "bitdrift/public/unary/issues/v1/issues.proto";
import "google/protobuf/timestamp.proto";

// Describes a webhook notification event delivered to an external destination.
Expand Down Expand Up @@ -156,4 +157,7 @@ message IssueNotification {

// Issue reason/description.
string reason = 6;

// Representative issue that created the issue group.
.bitdrift.public.unary.issues.v1.Issue issue = 7;
}
Loading