Skip to content

Commit 1846f76

Browse files
authored
Fix documentation of ic-assigner requireLabel config option
Documents the actual behavior of the code (only one label hast to match) correctly in the documentation
1 parent ed5ad96 commit 1846f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ unavailabilityLimit: 6h
133133

134134
| Parameter | Type | Required | Default | Description |
135135
| -------------- | --------------- | -------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
136-
| `requireLabel` | List of Strings | false | `[]` | List of labels which are required to match a given team. Only if all labels match, the issue may be assigned to someone of this team. If multiple teams match all members of all matching teams are considered. |
136+
| `requireLabel` | List of Strings | false | `[]` | List of labels in which one is required to match a given team. If multiple labels are specified, only 1 has to match to make a team eligible. If multiple teams match, all members of all matching teams are considered. |
137137
| `members` | List of Members | true | `nil` | Definition of the individual members of a team. |
138138

139139

0 commit comments

Comments
 (0)