- Source: GL_ProjectRole
- Destination: GL_Project
The non-traversable GL_DeleteProject edge indicates that a role can permanently delete the project and all its data — repository history, issues, merge requests, CI/CD pipelines, variables, artifacts, and access tokens. 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_DeleteProject| project