Last active
January 30, 2020 17:49
-
-
Save armiiller/9eabb6ebb0d4197c526b15f4ce0a3fbc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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