Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 536 Bytes

File metadata and controls

18 lines (12 loc) · 536 Bytes

GL_ManageWebHooks

Edge Schema

General Information

The non-traversable GL_ManageWebHooks edge indicates that a role can configure webhooks for the project. Maintainer role and above typically have this permission.

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

    maintRole -.->|GL_ManageWebHooks| project
Loading