Can I specify a specific branch on GitHub pull-only (read-only)?

前端 未结 3 569
野趣味
野趣味 2020-12-17 19:48

Is there a way to set a specific branch on GitHub to pull-only (read-only) or can I only set this for the whole repository?

3条回答
  •  粉色の甜心
    2020-12-17 20:29

    Starting from March 30th 2016, GitHub does support branch permissions without any further tricks like required status checks: https://github.com/blog/2137-protected-branches-improvements

提交回复
热议问题