Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 585 Bytes

File metadata and controls

18 lines (12 loc) · 585 Bytes

GL_ArchiveProject

Edge Schema

General Information

The non-traversable GL_ArchiveProject edge indicates that a role can archive the project, making it read-only. Archiving disables CI/CD pipelines, prevents new commits, and freezes issue/MR activity. Owner role only.

graph LR
    ownerRole("fa:fa-user-tie GL_ProjectRole myproject/Owner")
    project("fa:fa-diagram-project GL_Project myorg/backend")

    ownerRole -.->|GL_ArchiveProject| project
Loading