Skip to content

Commit

Permalink
use three event types for approval
Browse files Browse the repository at this point in the history
  • Loading branch information
KateTretiak committed Jun 20, 2024
1 parent 163b5de commit 821550c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions client/schemas/blueprint-spec2-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,9 @@
"enum": [
"Drift Detected",
"Updates Detected",
"Approval Request Triggered",
"Approval Request Approved",
"Approval Request Denied",
"Approval Request Cancelled",
"Environment Ended",
"Environment Launched",
"Environment Active With Error",
Expand All @@ -340,7 +342,9 @@
"Environment Idle",
"drift detected",
"updates detected",
"approval request triggered",
"approval request approved",
"approval request denied",
"approval request cancelled",
"environment ended",
"environment launched",
"environment active with error",
Expand Down

0 comments on commit 821550c

Please sign in to comment.