checkly / checkly-cli

TS/JS native Monitoring as Code workflow
Apache License 2.0
64 stars 11 forks source link

feat: add alertSettings.parallelRunFailureTreshold to CLI [sc-19200] #938

Closed maxigimenez closed 8 months ago

maxigimenez commented 9 months ago

I hereby confirm that I followed the code guidelines found at engineering guidelines

Affected Components

Notes for the Reviewer

Add new alert settings options:

alertEscalationPolicy: {
    parallelRunFailureThreshold: {
      enabled: true,
      percentage: 100,
    }
  }
shortcut-integration[bot] commented 9 months ago

This pull request has been linked to Shortcut Story #19200: Add alertSetting.parallelRunFailureThreshold support to CLI/TF.