Clarify that includingLabels, excludingLabels uses an array

This commit is contained in:
Will Hunt 2022-01-03 23:30:05 +00:00 committed by GitHub
parent 426a34088d
commit f452cc7ed2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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