UNCLASSIFIED - NO CUI

Skip to content

fix doc owners syntax error, needed to be 1 line

Christopher McGrath requested to merge fix_doc_owners into master

Summary

  • Removed 3 new lines to combine 4 lines into 1 to fix bad syntax
  • Removed names that are no longer on the team

Removed Dock Owners:

  • TobyO
  • EricN
  • AaronB, MarvinB, KillianB
    Why: They left the team

**Fixed Syntax Issue where only 1/4th of doc owners were valid and 3/4th names were ignored. **
image
^ only ~11 of ~40 doc approvers show up as being valid

I noticed it was b/c the array of names was spread across 4 lines, apparently that's bad syntax and had to be on a single continuous line.

So after this MR is merged the correct ~40 doc approvers should be able to approve docs/ MRs in the GUI.

Edited by Christopher McGrath

Merge request reports