- Source: GL_ProjectRole
- Destination: GL_Project
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