Skip to content

Commit

Permalink
Fix internal room ID: id → example.com
Browse files Browse the repository at this point in the history
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
  • Loading branch information
Suguru Hirahara committed Oct 21, 2024
1 parent ebd4463 commit ec1b18c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/configuring-playbook-bot-go-neb.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions roles/custom/matrix-bot-go-neb/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -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"
Expand Down

0 comments on commit ec1b18c

Please sign in to comment.