Skip to content

Commit d1f3d49

Browse files
MishaKavclaude
andauthored
fix: remove invalid top parameter from codeExperts filter (#837)
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent a935e95 commit d1f3d49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/downloads/gitstream.cm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ has:
7676
jira_ticket_in_desc: {{ pr.description | includes(regex=r/\b[A-Za-z][A-Za-z0-9_]+-\d+\b/) }}
7777

7878
who:
79-
experts: {{ repo | codeExperts(gt=10, top=5) }}
79+
experts: {{ repo | codeExperts(gt=10) }}
8080

8181
is:
8282
bot: {{ pr.author | match(list=['github-actions','_bot_','[bot]','dependabot','gitstream-cm','prvalidation','aida-bot']) | some }}

0 commit comments

Comments
 (0)