1 parent c7d0f7f commit f56eb53Copy full SHA for f56eb53
1 file changed
Tools/YamlCreate.ps1
@@ -2106,8 +2106,8 @@ Function Read-PRBody {
2106
2107
# Write the PR using a temporary file
2108
Set-Content -Path PrBodyFile -Value $PrBodyContent | Out-Null
2109
- # gh pr create --body-file PrBodyFile -f
2110
- # Remove-Item PrBodyFile
+ gh pr create --body-file PrBodyFile -f
+ Remove-Item PrBodyFile
2111
}
2112
2113
# Takes a comma separated list of values, converts it to an array object, and adds the result to a specified object-key
0 commit comments