浏览代码

Replace !anotherroom with !anotherRoom

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3653/head
Suguru Hirahara 1年前
父节点
当前提交
5fc2e2f1f9
找不到此签名对应的密钥 GPG 密钥 ID: E4F9743DAB4B7B75
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. +1
    -1
      docs/configuring-playbook-bot-go-neb.md
  2. +1
    -1
      roles/custom/matrix-bot-go-neb/defaults/main.yml

+ 1
- 1
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"]


+ 1
- 1
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"]


正在加载...
取消
保存