Fix internal room ID: id → example.com

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
Suguru Hirahara 2024-10-18 23:45:03 +09:00
parent ebd4463654
commit ec1b18cf6e
No known key found for this signature in database
GPG Key ID: E4F9743DAB4B7B75
2 changed files with 6 additions and 6 deletions

View File

@ -151,13 +151,13 @@ matrix_bot_go_neb_services:
RealmID: "github_realm"
ClientUserID: "@YOUR_USER_ID:{{ matrix_domain }}" # needs to be an authenticated user so Go-NEB can create webhooks. Check the UserID field in the github_realm in matrix_bot_go_neb_sessions.
Rooms:
"!someroom:id":
"!someroom:example.com":
Repos:
"element-hq/synapse":
Events: ["push", "issues"]
"matrix-org/dendron":
Events: ["pull_request"]
"!anotherroom:id":
"!anotherroom:example.com":
Repos:
"element-hq/synapse":
Events: ["push", "issues"]
@ -170,7 +170,7 @@ matrix_bot_go_neb_services:
Config:
Hooks:
"hook1":
RoomID: "!someroom:id"
RoomID: "!someroom:example.com"
MessageType: "m.text" # default is m.text
- ID: "alertmanager_service"

View File

@ -288,13 +288,13 @@ matrix_bot_go_neb_services: []
# RealmID: "github_realm"
# ClientUserID: "@YOUR_USER_ID:{{ matrix_domain }}" # needs to be an authenticated user so Go-NEB can create webhooks. Check the UserID field in the github_realm in matrix_bot_go_neb_sessions.
# Rooms:
# "!someroom:id":
# "!someroom:example.com":
# Repos:
# "element-hq/synapse":
# Events: ["push", "issues"]
# "matrix-org/dendron":
# Events: ["pull_request"]
# "!anotherroom:id":
# "!anotherroom:example.com":
# Repos:
# "element-hq/synapse":
# Events: ["push", "issues"]
@ -307,7 +307,7 @@ matrix_bot_go_neb_services: []
# Config:
# Hooks:
# "hook1":
# RoomID: "!someroom:id"
# RoomID: "!someroom:example.com"
# MessageType: "m.text" # default is m.text
#
# - ID: "alertmanager_service"