The non-traversable GL_PushedTo edge records that a user has pushed commits to this branch. It is derived from the project's push event history and serves as an activity indicator rather than a permission edge.
This edge is useful for identifying active contributors to sensitive branches, correlating user activity with privilege, and surfacing accounts that interact with protected branches. An account that regularly pushes to a protected branch likely holds at minimum a Maintainer-level project role and is therefore a high-value target.
graph LR
user("fa:fa-user GL_User alice")
branch("fa:fa-code-branch GL_Branch main")
user -.->|GL_PushedTo| branch