We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce97274 commit 8b8905cCopy full SHA for 8b8905c
lib/algora/workspace/workspace.ex
@@ -653,7 +653,8 @@ defmodule Algora.Workspace do
653
not (ilike(r.name, "%awesome%") or
654
ilike(r.name, "%algorithms%") or
655
ilike(r.name, "%exercises%") or
656
- ilike(r.name, "%tutorials%")),
+ ilike(r.name, "%tutorials%") or
657
+ r.name == "developer-roadmap"),
658
where:
659
not (ilike(repo_owner.provider_login, "%algorithms%") or
660
ilike(repo_owner.provider_login, "%firstcontributions%")),
0 commit comments