getyourguide / auto-pr

Perform bulk updates across multiple GitHub repositories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assign a reviewer even if the repo doesn't define `CODEOWNERS`

dmariassy opened this issue · comments

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.