Skip to content

Include active projects in incubation directory

Darby Frey requested to merge move-incubation-issues-to-meta-projects into master

@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

Screen_Shot_2021-11-08_at_7.48.38_AM

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.

Merge request reports

Loading