A vibe coded tangled fork which supports pijul.
at 5bf28708dcf8972c724fb0c33fcab1281cbc3f27 8 lines 210 B view raw
1package rbac 2 3// Generic repo permissions (VCS-agnostic). 4const ( 5 RepoCreateDiscussion = "repo:create_discussion" 6 RepoEditDiscussion = "repo:edit_discussion" 7 RepoTagDiscussion = "repo:tag_discussion" 8)