In our project, we employ feature branches where each developer works on their own feature. From a quality perspective, we aim for each developer to be accountable for all pending validations within their branch.
Therefore, we seek to automatically assign all new validations within the branch to the developer of that branch if they are not already allocated. It would be practical to specify this on a per-branch basis, as there may be instances where multiple developers are working within a single branch.