Skip to content

How to assign reviewer for PRs in MIOpen?

Evgenii Averin edited this page Jun 13, 2025 · 4 revisions

To assign a reviewer for a pull request, you need to identify who previously made changes to the code you are modifying. Use git blame for this purpose.

Note that the reviewer must be an active contributor to the project and must have the necessary permissions to approve your pull request (be a member of ROCm).

Clone this wiki locally