Changes for page pull-requests
Last modified by Rudi Marais on 2023/05/22 23:50
Change comment:
Updated parent field.
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
-
... ... @@ -1,4 +1,4 @@ 1 - 1 +{{toc/}} 2 2 3 3 = Setup "My Pull Requests" = 4 4 ... ... @@ -16,6 +16,21 @@ 16 16 17 17 18 18 19 += Viewing Pull Requests = 19 19 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]] 20 20 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 + 21 21