Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
bufdev committed Feb 26, 2024
1 parent 46300fc commit 108b279
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions buf/registry/module/v1beta1/label_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ message ListLabelsRequest {
// point to Commits that are passed or approved, or that have policy checks disabled.
//
// TODO: Add custom CEL validation to validate the status field is one of DISABLED, PASSED, APPROVED.
repeated CommitCheckStatus commit_check_statuses = 5 [
(buf.validate.field).repeated.items.enum.defined_only = true];
repeated CommitCheckStatus commit_check_statuses = 5 [(buf.validate.field).repeated.items.enum.defined_only = true];
}

message ListLabelsResponse {
Expand Down

0 comments on commit 108b279

Please sign in to comment.