figure out a way to fix it after the immediate issue where folks with non-ascii letters in their names can't submit PRs.
Thanks so much for investigating!
I worked with Michał Górny who helped me debug this. When Michał submits
the following environment variable gets set on the Windows builder running in Azure:
BUILD_SOURCEVERSIONAUTHOR Michał Górny
The presence of this single environment variable caused all sorts of CI failures.
Even if Michał submitted a trivial linespace change, the CI would fail due to that environment variable.
--
Craig