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
Right now, the service only assign a reviewer to the generated PR if the repo contains a CODEOWNERS file. It would be great if the PRs would also get assigned in the absence of CODEOWNERS. One option would be to look up the last PR author/reviewer, and use that user as a fallback.
The text was updated successfully, but these errors were encountered:
Right now, the service only assign a reviewer to the generated PR if the repo contains a
CODEOWNERS
file. It would be great if the PRs would also get assigned in the absence ofCODEOWNERS
. One option would be to look up the last PR author/reviewer, and use that user as a fallback.The text was updated successfully, but these errors were encountered: