Skip to content

Commit 1f8c39a

Browse files
committed
feat: expand repo ignore list for contributions
1 parent a26709a commit 1f8c39a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/algora/workspace/workspace.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,8 @@ defmodule Algora.Workspace do
657657
r.name == "developer-roadmap"),
658658
where:
659659
not (ilike(repo_owner.provider_login, "%algorithms%") or
660-
ilike(repo_owner.provider_login, "%firstcontributions%")),
660+
ilike(repo_owner.provider_login, "%firstcontributions%") or
661+
repo_owner.provider_login == "up-for-grabs"),
661662
order_by: [
662663
desc: fragment("CASE WHEN ? && ?::citext[] THEN 1 ELSE 0 END", r.tech_stack, ^(opts[:tech_stack] || [])),
663664
desc: r.stargazers_count

0 commit comments

Comments
 (0)