diff --git a/docs/configuring-playbook-bot-go-neb.md b/docs/configuring-playbook-bot-go-neb.md index 61b8f15af..88eb2a80b 100644 --- a/docs/configuring-playbook-bot-go-neb.md +++ b/docs/configuring-playbook-bot-go-neb.md @@ -157,7 +157,7 @@ matrix_bot_go_neb_services: Events: ["push", "issues"] "matrix-org/dendron": Events: ["pull_request"] - "!anotherroom:example.com": + "!anotherRoom:example.com": Repos: "element-hq/synapse": Events: ["push", "issues"] diff --git a/roles/custom/matrix-bot-go-neb/defaults/main.yml b/roles/custom/matrix-bot-go-neb/defaults/main.yml index 73957ea6f..3a176bdfc 100644 --- a/roles/custom/matrix-bot-go-neb/defaults/main.yml +++ b/roles/custom/matrix-bot-go-neb/defaults/main.yml @@ -294,7 +294,7 @@ matrix_bot_go_neb_services: [] # Events: ["push", "issues"] # "matrix-org/dendron": # Events: ["pull_request"] -# "!anotherroom:example.com": +# "!anotherRoom:example.com": # Repos: # "element-hq/synapse": # Events: ["push", "issues"]