From ec1b18cf6ea2dd215a086eaadb3ff009db7bf616 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Fri, 18 Oct 2024 23:45:03 +0900 Subject: [PATCH] =?UTF-8?q?Fix=20internal=20room=20ID:=20id=20=E2=86=92=20?= =?UTF-8?q?example.com?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-bot-go-neb.md | 6 +++--- roles/custom/matrix-bot-go-neb/defaults/main.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/configuring-playbook-bot-go-neb.md b/docs/configuring-playbook-bot-go-neb.md index e3316a54b..cd1974295 100644 --- a/docs/configuring-playbook-bot-go-neb.md +++ b/docs/configuring-playbook-bot-go-neb.md @@ -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" diff --git a/roles/custom/matrix-bot-go-neb/defaults/main.yml b/roles/custom/matrix-bot-go-neb/defaults/main.yml index 866e756ad..a0bd8c699 100644 --- a/roles/custom/matrix-bot-go-neb/defaults/main.yml +++ b/roles/custom/matrix-bot-go-neb/defaults/main.yml @@ -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"