Skip to content

Commit 8b8905c

Browse files
committed
feat: expand repo ignore list for contributions
1 parent ce97274 commit 8b8905c

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
@@ -653,7 +653,8 @@ defmodule Algora.Workspace do
653653
not (ilike(r.name, "%awesome%") or
654654
ilike(r.name, "%algorithms%") or
655655
ilike(r.name, "%exercises%") or
656-
ilike(r.name, "%tutorials%")),
656+
ilike(r.name, "%tutorials%") or
657+
r.name == "developer-roadmap"),
657658
where:
658659
not (ilike(repo_owner.provider_login, "%algorithms%") or
659660
ilike(repo_owner.provider_login, "%firstcontributions%")),

0 commit comments

Comments
 (0)