You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on Prow's logs, Tide is misconfigured for this repository. Specifically, Tide is throwing this error when trying to merge some PRs in this repository.
At least 1 approving review is required by reviewers with write access.
This error is occurring because Tide was not configured to require an approving review as a merge requirement, but the Github repo has been configured to require it. There are a few ways this can be solved:
Remove the requirement from the Github repo.
Add the requirement to the Tide query so that Tide respects the requirement. (Here is an example).
Give @k8s-ci-robot permissions to violate the merge requirement by making it a repo owner and allowing repo owners to bypass merge requirements. (This is probably not a good option).
The text was updated successfully, but these errors were encountered:
Require pull request reviews before merging for the master branch.
Since we require /lgtm and /approve from the prow plugins I don't think there's any need to also require a GitHub approval that seems like toil for reviewers.
/assign @jlewi
/kind bug
Based on Prow's logs, Tide is misconfigured for this repository. Specifically, Tide is throwing this error when trying to merge some PRs in this repository.
This error is occurring because Tide was not configured to require an approving review as a merge requirement, but the Github repo has been configured to require it. There are a few ways this can be solved:
The text was updated successfully, but these errors were encountered: