There is options that can set a branch as read-only, is some case when we finish works in specific version/branch it can be useful. Docs: https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/about-protected-branches#lock-branch There is also in api: `lock_branch` https://docs.github.com/en/rest/branches/branch-protection?apiVersion=2022-11-28#update-branch-protection I don't know if it possible to implement also for ASF GitBox.
There is options that can set a branch as read-only, is some case when we finish works in specific version/branch it can be useful.
Docs:
https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/about-protected-branches#lock-branch
There is also in api:
lock_branchhttps://docs.github.com/en/rest/branches/branch-protection?apiVersion=2022-11-28#update-branch-protection
I don't know if it possible to implement also for ASF GitBox.