简体   繁体   中英

How “Reviewers” feature can be enabled for github.com repo?

Recently Github introduced feature allowing request a review. It is supposed to look like this: 评论者演示

However when I push a pull request, the reviewers area is disabled (it's grey and gear icon is missing):

评论者已禁用

How can reviewers feature be enable for a Github repository?

You can't set or request reviewers if you don't have write access to the project. You must be a maintainer to set it. If you are a maintainer you can use GitHub codeowners file to automaticially add reviewers when someone opens the PR: https://help.github.com/en/articles/about-code-owners

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM