Skip to content

Fix package team members list

David Fernandez requested to merge 10io-fix-package-team-members into master

Why is this change being made?

https://about.gitlab.com/handbook/engineering/development/ops/package/#team-members is listing wrong members.

A previous fix attempted to generate that list but the fix was not accurate: targeting @dcroft's role is pulling too many members 😺

This MR will add a role_regexp so that members not in the Package team will not be listed.

Here is the list in the deployed app from this MR: https://10io-fix-package-team-members.about.gitlab-review.app/handbook/engineering/development/ops/package/#team-members. No more guests to the list 😺

Author Checklist

  • Provided a concise title for the MR
  • Added a description to this MR explaining the reasons for the proposed change, per say-why-not-just-what
  • Assign this change to the correct DRI
    • If the DRI for the page/s being updated isn’t immediately clear, then assign it to one of the people listed in the "Maintained by" section in on the page being edited.
    • If your manager does not have merge rights, please ask someone to merge it AFTER it has been approved by your manager in #mr-buddies.
    • If the changes relate to any part of the project other than updates to content and/or data files please make sure to ping @gl-static-site-editor in a comment for a review and merge. For example changes to .gitlab-ci.yml, JavaScript/CSS/Ruby code or the layout files. (this requirement has been removed pending identification of a new DRI for the handbook)
Edited by David Fernandez

Merge request reports