We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda1d48 commit 7207e52Copy full SHA for 7207e52
1 file changed
check.ps1
@@ -201,7 +201,7 @@ foreach ($toolchain in @("MSVC", "GNU")) {
201
202
$title = "add Rustlang.Rust.$toolchain version $version";
203
$body = "This PR is auto-generated. If there's something wrong, please file an issue at https://github.com/Rust-Winget-Bot/my-source-code/issues";
204
- Invoke-NativeCommand gh pr create --title "$title" --body "$body" --repo microsoft/winget-pkgs --base master
+ Invoke-NativeCommand gh pr create --title "$title" --body "$body" --repo microsoft/winget-pkgs --base master --head Rust-Winget-Bot:rust-$version-$toolchainLower
205
}
206
207
0 commit comments