Skip to content

Instantly share code, notes, and snippets.

@armiiller
Last active January 30, 2020 17:49
Show Gist options
  • Save armiiller/9eabb6ebb0d4197c526b15f4ce0a3fbc to your computer and use it in GitHub Desktop.
Save armiiller/9eabb6ebb0d4197c526b15f4ce0a3fbc to your computer and use it in GitHub Desktop.
---
rules:
# ignore alerts M,W between 5-7p California Time
- match:
$and:
- $day:
timezone: 'America/Los_Angeles'
$in:
- 1 # monday
- 3 # wednesday
- $timeBetween:
timeformat: 'hh:mm a'
timezone: 'America/Los_Angeles'
starttime: '05:00 pm'
endtime: '07:00 pm'
actions:
- type: ignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment