Skip to content

Instantly share code, notes, and snippets.

@itayw
Last active September 20, 2018 10:00
Show Gist options
  • Save itayw/f63a93370c7122ae51bd4d334aaecb5e to your computer and use it in GitHub Desktop.
Save itayw/f63a93370c7122ae51bd4d334aaecb5e to your computer and use it in GitHub Desktop.
{
"policies": [{
"limitBy": "days",
"limit": 30,
"pattern": "echo-raw-*",
"action": "close"
}, {
"limitBy": "days",
"limit": 45,
"pattern": "echo-raw-*",
"action": "delete"
}, {
"limitBy": "days",
"limit": 7,
"pattern": ".echo*",
"action": "delete"
}],
"interval": 60000
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment