We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a935e95 commit d1f3d49Copy full SHA for d1f3d49
1 file changed
docs/downloads/gitstream.cm
@@ -76,7 +76,7 @@ has:
76
jira_ticket_in_desc: {{ pr.description | includes(regex=r/\b[A-Za-z][A-Za-z0-9_]+-\d+\b/) }}
77
78
who:
79
- experts: {{ repo | codeExperts(gt=10, top=5) }}
+ experts: {{ repo | codeExperts(gt=10) }}
80
81
is:
82
bot: {{ pr.author | match(list=['github-actions','_bot_','[bot]','dependabot','gitstream-cm','prvalidation','aida-bot']) | some }}
0 commit comments