diff --git a/repos.json.template b/repos.json.template index 4485881..2b837d5 100644 --- a/repos.json.template +++ b/repos.json.template @@ -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" + } ]