Asbjørn Ulsberg
Asbjørn Ulsberg
@ferenc-a awesome, thanks for letting us know! 🙏🏼
@HHobeck, I think the best option is: > Create a template which just defines a minimal set of properties
As you can see from the stack trace, the problem occurs in LibGit2Sharp. The stack trace is: 1. [`EncodingMarshaler.cs:120`](https://github.com/libgit2/libgit2sharp/blob/5085a0c6173cdb2a3fde205330b327a8eb0a26c4/LibGit2Sharp/Core/EncodingMarshaler.cs#L120) 2. [`Signature.cs:22`](https://github.com/libgit2/libgit2sharp/blob/5085a0c6173cdb2a3fde205330b327a8eb0a26c4/LibGit2Sharp/Signature.cs#L22) 3. [`Proxy.cs:289`](https://github.com/libgit2/libgit2sharp/blob/5085a0c6173cdb2a3fde205330b327a8eb0a26c4/LibGit2Sharp/Core/Proxy.cs#L289) Which indicates that there's a commit with...
@jeffwidman, > There is value to doing incremental bumps rather than always jumping straight to latest, but from an implementation perspective that's difficult based on our current architecture As @brcarp...
I have the same experience as @gustavovnicius: The non-GitHub-native Dependabot rebased out of date pull requests automatically. After upgrading to GitHub-native Dependabot, the auto-rebasing has stopped working and I have...