Skip to content

Commit 37098b9

Browse files
Fix typo in SDK maintainer label (remove a plural). (project-chip#40198)
Co-authored-by: Andrei Litvin <[email protected]>
1 parent 02e8084 commit 37098b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pullapprove.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ overrides:
5151
############################################################
5252
# Approved by matter-sdk-maintainers
5353
############################################################
54-
- if: "'sdk-maintainers-approved' in labels and len(groups.approved.include('sdk-maintainers')) >= 1"
54+
- if: "'sdk-maintainer-approved' in labels and len(groups.approved.include('sdk-maintainers')) >= 1"
5555
status: success
5656
explanation: "Approved by SDK maintainer and label is set."
5757

0 commit comments

Comments
 (0)