Skip to content

Commit 1f9fc23

Browse files
committed
chore: [guardian] support dry_run on create appeal
1 parent 523317a commit 1f9fc23

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gotocompany/guardian/v1beta1/guardian.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,7 @@ message CreateAppealRequest {
630630
reserved "group_id";
631631
reserved 6;
632632
reserved "group_type";
633+
bool dry_run = 7;
633634
}
634635

635636
message PatchAppealRequest {
@@ -1193,6 +1194,9 @@ message Approval {
11931194
string reason = 12;
11941195
bool is_stale = 13;
11951196
uint32 appeal_revision = 14;
1197+
bool dont_allow_self_approval = 15;
1198+
bool allow_failed = 16;
1199+
google.protobuf.Struct details = 17;
11961200
}
11971201

11981202
message AppealComment {

0 commit comments

Comments
 (0)