mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 13:17:08 +00:00
Clarify that includingLabels, excludingLabels uses an array
This commit is contained in:
parent
426a34088d
commit
f452cc7ed2
@ -30,8 +30,8 @@ This connection supports a few options which can be defined in the room state:
|
||||
|commandPrefix|Choose the prefix to use when sending commands to the bot|A string, ideally starts with "!"|`!gh`|
|
||||
|showIssueRoomLink|When new issues are created, provide a Matrix alias link to the issue room|`true/false`|`false`|
|
||||
|prDiff|Show a diff in the room when a PR is created, subject to limits|`{enabled: boolean, maxLines: number}`|`{enabled: false}`|
|
||||
|includingLabels|Only notify on issues matching these label names|Any string matching a label name|*empty*|
|
||||
|excludingLabels|Never notify on issues matching these label names|Any string matching a label name|*empty*|
|
||||
|includingLabels|Only notify on issues matching these label names|Array of: String matching a label name|*empty*|
|
||||
|excludingLabels|Never notify on issues matching these label names|Array of: String matching a label name|*empty*|
|
||||
|
||||
|
||||
### Supported event types
|
||||
|
Loading…
x
Reference in New Issue
Block a user