我管理了几个Github组织,其中1个特别有119个回购 - 从119个回购中,有4个我对开放拉取请求不感兴趣。
我试图找出如何使用拉取请求过滤器,因此不会显示这些过滤器 我当前用于显示所有打开拉取请求的过滤器是: 是:open是:pr user:sort:created 我可以修改以显示特定的回购或回购: 是:open是:pr repo:/ repo:/ sort:created
有谁知道如何过滤以显示所有回购除了我不感兴趣的那些?
答案 0 :(得分:1)
您可以使用-
排除子集:
org:Google is:open repo:is:pr -repo:google/ggrc-core -repo:google/protobuf
检查:https://help.github.com/articles/search-syntax/#filter-qualifiers-based-on-exclusion