-
Notifications
You must be signed in to change notification settings - Fork 354
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into remove-sas-support
- Loading branch information
Showing
314 changed files
with
8,676 additions
and
2,712 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Users referenced in this file will automatically be requested as reviewers for PRs that modify the given paths. | ||
# See https://help.github.com/articles/about-code-owners/ | ||
|
||
/eng/SourceBuild* @dotnet/source-build-internal | ||
/eng/SourceBuild* @dotnet/source-build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -300,9 +300,11 @@ git push | |
## Instructions for updating this pull request | ||
Contributors to this repo have permission update this pull request by pushing to the branch '$mergeBranchName'. This can be done to resolve conflicts or make other changes to this pull request before it is merged. | ||
The provided examples assume that the remote is named 'origin'. If you have a different remote name, please replace 'origin' with the name of your remote. | ||
`````` | ||
git checkout -b ${mergeBranchName} $MergeToBranch | ||
git fetch | ||
git checkout -b ${mergeBranchName} origin/$MergeToBranch | ||
git pull https://github.com/$prOwnerName/$prRepoName ${mergeBranchName} | ||
(make changes) | ||
git commit -m "Updated PR with my changes" | ||
|
@@ -313,7 +315,8 @@ git push https://github.com/$prOwnerName/$prRepoName HEAD:${mergeBranchName} | |
<summary>or if you are using SSH</summary> | ||
`````` | ||
git checkout -b ${mergeBranchName} $MergeToBranch | ||
git fetch | ||
git checkout -b ${mergeBranchName} origin/$MergeToBranch | ||
git pull [email protected]:$prOwnerName/$prRepoName ${mergeBranchName} | ||
(make changes) | ||
git commit -m "Updated PR with my changes" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.