opensearch-project / opensearch-learning-to-rank-base

Fork of https://github.com/o19s/elasticsearch-learning-to-rank to work with OpenSearch
Apache License 2.0
14 stars 12 forks source link

[PROPOSAL] Enable branch protection, require 1 or 2 PR reviewers #9

Open dblock opened 1 year ago

dblock commented 1 year ago

What/Why

What are you proposing?

Enable branch protection to require pull requests.

What users have asked for this feature?

We want more 👀 on all the code changes.

What problems are you trying to solve?

Currently any maintainer can just write/merge code without anyone else seeing PRs.

dblock commented 1 year ago

For now, I enabled branch protection on * to require PRs and disallow direct pushes to main, but didn't set a minimum number of reviewers.