craft your forge, build your project, grow your community freely
1---
2id: 'b1ce'
3priority: 50
4sprint: ''
5assignee: null
6status: triage
7kind: issue
8---
910# User push a new branch, what next?
1112Today when a user push a new branch, gitroot add a new group in users.yaml in main branch to be sure only him can change it.
1314Maybe we should update users.yaml in the branch itself (to not pollute main if the branch is never merged).
1516But if we do it, we need to check in ssh.go for main user.yaml AND branch user.yaml.