javitolin/codeowners
CodeOwners feature for Azure DevOps and RocketChat
9
appsettings.json
file with your credentials
ado.pat
will be set using ado__pat
)docker compose up
git pull
the destination branchgit pull
the source branch# Default codeowner for the project
* @project_owner
# Specific owner for changes on "service_1/" directory (and everything inside)
service_1/ @service_1_owner
Pull Request source:
Notifications:
git checkout -b feature/fooBar
)git commit -am 'Add some fooBar'
)git push origin feature/fooBar
)docker pull javitolin/codeowners