arcade icon indicating copy to clipboard operation
arcade copied to clipboard

Inter branch flow script doesn't check co-authors and therefore doesn't create PRs

Open ViktorHofer opened this issue 2 months ago • 1 comments

See this GH actions run: https://github.com/dotnet/command-line-api/actions/runs/19358489287/job/55384584514

Image

Skipping PR generation because it appears this PR would only contain automated commits by @dotnet-maestro[bot]

That's the important part. The action skips creating a PR because it thinks that all changes are automation only. But often, additional changes or fixes necessary to unblock the code flow PR get added to such a PR. In such a case, my user name is mentioned as a co-author, not as the author.

See See https://github.com/dotnet/command-line-api/commit/c7b5e07cfed85e88c162dc1c916efaff03742e6e.patch for a commit example.

@markwilkie / @mmitche do you know who owns that? I see that Farhad created the powershell script but it doesn't look like he's still on the .NET team.

ViktorHofer avatar Nov 14 '25 10:11 ViktorHofer

It's owned in general by the .NET team, and dnceng.

mmitche avatar Nov 14 '25 17:11 mmitche