Changes for page pull-requests
Last modified by Rudi Marais on 2023/05/22 23:50
Change comment:
Renamed from xwiki:Technical Documentation.Source Control.pull-requests.WebHome
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,1 @@ 1 - TechnicalDocumentation.Source Control.WebHome1 +xwiki:technical-documentation.Source Control.WebHome - Content
-
... ... @@ -21,4 +21,16 @@ 21 21 You can view all pull requests across all repositories by going to the "My Pull Requests" landing page: [[https:~~/~~/dev.azure.com/ebsphere/_pulls>>https://dev.azure.com/ebsphere/_pulls]] 22 22 23 23 24 += Policies = 25 + 26 + 27 +1. There is a group setup for each repository that deals with code review 28 +1. Only members in this group can approve a pull request and the default required reviewer is 1 29 +1. You cannot approve your own pull request 30 +1. You cannot approve someone elses pull request if you where last to make changes to the branch 31 +1. When a new change has been pushed it will reset the approved viewer count 32 +1. If any outstanding issues/comments are on a pull request it will block the pull request until resolved 33 +1. The merge back to master is restricted to a squash merge, this prevents polluting the history see [[Merge strategies and squash merge - Azure Repos | Microsoft Docs>>url:https://docs.microsoft.com/en-us/azure/devops/repos/git/merging-with-squash?view=azure-devops]] 34 + 35 + 24 24