Skip to content

Commit

Permalink
repos template improved by additional sample
Browse files Browse the repository at this point in the history
  • Loading branch information
nightskylark committed Jan 21, 2016
1 parent 3b0b317 commit a188244
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions repos.json.template
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[
{
"url": "https://github.com/jquery/jquery",
"name": "jQuery",
"webhookUrl": "https://hooks.slack.com/services/yourservicehash",
"icon": "https://example.com/icon.png",
"interval": 1800,
"botName" : "jQuery releases"
}
{
"url": "https://github.com/jquery/jquery",
"name": "jQuery",
"webhookUrl": "https://hooks.slack.com/services/YourAlternativeServiceHash",
"icon": "https://example.com/icon.png",
"interval": 1800,
"botName" : "jQuery releases"
},
{
"url": "https://github.com/angular/angular"
}
]

0 comments on commit a188244

Please sign in to comment.