Y
Hacker News
new
|
ask
|
show
|
jobs
by
asb
3947 days ago
Github still offer pretty weak configuration of permissions. e.g. the Dolphin team decided against migrating to Github due to the poor flexibility in permissions.
https://dolphin-emu.org/blog/2015/09/01/dolphin-progress-rep...
You can't have users who have the ability to triage issues without also giving them write access to the repository.
https://help.github.com/articles/permission-levels-for-an-or...
1 comments
chralieboy
3946 days ago
We struggle with that last one all the time. Our sales team can't add issues with tags or assign them without write access to the repo. So they just have to dump them in issues and then engineers have to categorize them.
link
sytse
3942 days ago
In GitLab there is a more granular permission model, reporters can edit the labels but not see the code, see
https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/perm...
link