USERNAME = "Github" ICON_URL = "" # Repository settings MATTERMOST_WEBHOOK_URLS = { 'default' : ("chat.m-labs.hk/hooks/hookid", "town-square"), } # Ignore specified event actions GITHUB_IGNORE_ACTIONS = { } # Ignore events from specified users IGNORE_USERS = { } # Redirect events to different channels REDIRECT_EVENTS = { } SECRET = "" SHOW_AVATARS = True SERVER = { 'hook': "/mattermost-github", }