Преглед изворни кода

fix hookshot commandPrefix jinja2

pull/1505/head
HarHarLinks пре 4 година
родитељ
комит
28c9e7aac2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      roles/matrix-bridge-hookshot/templates/config.yml.j2

+ 1
- 1
roles/matrix-bridge-hookshot/templates/config.yml.j2 Прегледај датотеку

@@ -32,7 +32,7 @@ github:
# (Optional) Default options for GitHub connections. # (Optional) Default options for GitHub connections.
# #
ignoreHooks: {{ matrix_hookshot_github_ignore_hooks }} ignoreHooks: {{ matrix_hookshot_github_ignore_hooks }}
commandPrefix: {{ matrix_hookshot_github_command_prefix }}
commandPrefix: "{{ matrix_hookshot_github_command_prefix }}"
showIssueRoomLink: {{ matrix_hookshot_github_show_issue_room_link }} showIssueRoomLink: {{ matrix_hookshot_github_show_issue_room_link }}
prDiff: {{ matrix_hookshot_github_pr_diff }} prDiff: {{ matrix_hookshot_github_pr_diff }}
includingLabels:{{ matrix_hookshot_github_including_labels }} includingLabels:{{ matrix_hookshot_github_including_labels }}


Loading…
Откажи
Сачувај