In this pr https://github.com/openjdk/jfx22u/pull/26, Kevin issued "/reviewers 1" in the merge pull request but skara didn't remove the ready label.
Jfx22u was not configured with “reviewMerge”, so the reviewers jcheck were skipped. The reason we can see Change must be properly reviewed (1 review required, with at least 1 Reviewer) in the PR body is because ofSKARA-1824.
To resolve this issue, we should enable reviewMerge when a reviewers command is issued in a merge pull request.
Jfx22u was not configured with “reviewMerge”, so the reviewers jcheck were skipped. The reason we can see Change must be properly reviewed (1 review required, with at least 1 Reviewer) in the PR body is because of
To resolve this issue, we should enable reviewMerge when a reviewers command is issued in a merge pull request.