Skip to content

Commit

Permalink
feat: SIGNL4 Sample Workflow (#748)
Browse files Browse the repository at this point in the history
Co-authored-by: Shahar Glazner <[email protected]>
  • Loading branch information
rons4 and shahargl authored Jan 25, 2024
1 parent 500bdfa commit fd5ecb6
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions examples/workflows/signl4-alerting-workflow.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
id: signl4-alerting-workflow
description: handle alerts
triggers:
- filters:
- key: source
value: r".*"
type: alert
owners: []
services: []
steps: []
actions:
- name: signl4-action
provider:
config: '{{ providers.SIGNL4 Alerting }}'
type: signl4
with:
message: Test.
title: Keep Alert

0 comments on commit fd5ecb6

Please sign in to comment.