For some reason calling `UpdateRedgateNugetPackages` task no longer creates PR for created/updated branch. You can look it up by [searching for PRs named "Redgate Nuget Package Auto-Update"](https://github.com/search?q=org%3Ared-gate+%22Redgate+Nuget+Package+Auto-Update%22&type=pullrequests), as I doubt anyone uses non-[default PR name](https://github.com/red-gate/RedGate.Build/blob/eb4a276a7d4914e4f5c4ca2b81f5f15b663b7dd7/Public/Update-RedgateNugetPackages.ps1#L20C30-L20C63). For me it looks like it stopped creating PR around July 2022, those are two latest PRs that I can see:  ### Issue source I stumbled on this as someone reported SQL Source Control's [RG Nuget Package Update](https://buildserver.red-gate.com/buildConfiguration/DatabaseVersioning_SQLSourceControl_Extras_RgNugetPackageUpdate) build failing, so I checked out what it does. It updates [pkg-auto-update](https://github.com/red-gate/SQLSourceControl/tree/pkg-auto-update) branch successfully, but there's no PR for it, even though [from code it looks like it should create one](https://github.com/red-gate/RedGate.Build/blob/eb4a276a7d4914e4f5c4ca2b81f5f15b663b7dd7/Public/Update-RedgateNugetPackages.ps1#L106-L115).
For some reason calling
UpdateRedgateNugetPackagestask no longer creates PR for created/updated branch.You can look it up by searching for PRs named "Redgate Nuget Package Auto-Update", as I doubt anyone uses non-default PR name.
For me it looks like it stopped creating PR around July 2022, those are two latest PRs that I can see:

Issue source
I stumbled on this as someone reported SQL Source Control's RG Nuget Package Update build failing, so I checked out what it does. It updates pkg-auto-update branch successfully, but there's no PR for it, even though from code it looks like it should create one.