Skip to content

Commit

Permalink
Merge pull request #287 from whdalsrnt/master
Browse files Browse the repository at this point in the history
feat: change event rule actions
  • Loading branch information
whdalsrnt authored Mar 28, 2024
2 parents c9ca69a + dea18db commit 90c90dd
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions proto/spaceone/api/monitoring/v1/event_rule.proto
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,10 @@ message EventRuleActions {
string change_assignee = 1;
string change_urgency = 2;
string change_project = 3;
repeated string add_project_dependency = 4;
repeated EventRuleActionResponder add_responder = 5;
MatchRule match_service_account = 6;
google.protobuf.Struct add_additional_info = 7;
bool no_notification = 8;
string change_escalation_policy = 4;
MatchRule match_service_account = 5;
google.protobuf.Struct add_additional_info = 6;
bool no_notification = 7;
}

message EventRuleOptions {
Expand Down

0 comments on commit 90c90dd

Please sign in to comment.