Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: change event rule actions #287

Merged
merged 1 commit into from
Mar 28, 2024
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
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
Loading