You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write-Host"Skipping pull request creation for Node-Externals submodule"
101
-
}
102
-
else {
103
-
Write-Host"Creating pull request for Node-Externals submodule"
104
-
git branch --set-upstream-to=origin/main
105
-
git push origin $branchName`:$branchName--force;
106
-
gh repo set-default dotnet/Node-Externals
107
-
gh pr create --base main --head "infrastructure/update-npm-package-cache-$(Get-Date-Format 'yyyy-MM-dd')"--title "[Infrastructure] Updated npm package cache $(Get-Date-Format 'yyyy-MM-dd')"--body "Do not merge this PR until the one in aspnetcore passes all checks."
108
-
}
109
-
110
45
## Navigate to the root of the repository
111
-
## Checkout a branch named infrastructure/update-npm-package-cache-<date>
46
+
## Checkout a branch named infrastructure/update-npm-packages-<date>
112
47
## Stage the changes in the folder
113
-
## Commit the changes with the message "Updated npm package cache <date>"
48
+
## Commit the changes with the message "Updated npm packages <date>"
114
49
## Use the GH CLI to create a PR for the branch in the origin remote
0 commit comments