Skip to content

Commit f4ebf3a

Browse files
joanagmaiaCopilot
andauthored
fix: description
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Joana Maia <jmaia@contractor.linuxfoundation.org>
1 parent 17b29f9 commit f4ebf3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/libs/tinybird/pipes/org_page_projects_copy_pipe.pipe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ SQL >
137137
ifNull(m.prsOpened, 0) AS totalPrsOpened,
138138
ifNull(m.orgPrsOpened, 0) AS orgPrsOpened,
139139
(
140-
-- Maintainers: 3 pts if org has at least 1 active maintainer (24-month window)
140+
-- Maintainers: 10 pts if org has at least 1 active maintainer (24-month window)
141141
-- Contributors: 0 if no share; 1.1 if share in (0, 0.1%]; share + 1.0 otherwise
142142
CASE WHEN ifNull(mt.scoreMaintainersCount, 0) >= 1 THEN 10.0 ELSE 0.0 END + CASE
143143
WHEN

0 commit comments

Comments
 (0)