forked from M-Labs/nix-scripts
26 lines
413 B
Python
26 lines
413 B
Python
|
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",
|
||
|
}
|