Include active projects in incubation directory
@bmarnane this change makes it possible for issues labeled with SingleEngineerGroups
to appear in the incubation directory on the main handbook page https://about.gitlab.com/handbook/engineering/incubation/.
For example, the link below points to https://gitlab.com/gitlab-org/incubation-engineering/devops-for-mobile-apps/readme/-/issues/7
Because of an API limitation, this does require a change in the handbook for each incubation project to be included. For example:
projects = edition + [
GitLabProject.new('gitlab-org/incubation-engineering/devops-for-mobile-apps/readme', instance)
]
If you're :thumbs-up: with this approach, I'm happy to update this MR to include all of the currently active incubation projects.