I have a project in Azure DevOps with two repositories like one is for front end another one for backend application.
Both repositories have different developers assigned and their pipeline to build the repo.
I want to create a notification subscription on the repository level so if there is any build error happen with the front end repository then only UI developers should get notified instead of all users of the project.
I have not found any options in azure DevOps where I can create any notification subscription on repository level.
Any help will be a great help!