Olivier Vernin

Results 343 comments of Olivier Vernin

Thanks for the example, it's definitely clearier.

I think I would need to have a better understanding on how the scripts work but what comes to my mind is **Using go template function from sprig something like**...

I think I would be more in favor of merging automatically (no force push) and if a merge conflict happen, we can still fail the pipeline asking to delete the...

@mprzybylski This is something I am investigating with no ETA. I am using the [go-git](https://github.com/go-git/go-git) library but it doesn't provide merge or rebase atm so I would need to either...

For record I am monitoring these two issues: * https://github.com/go-git/go-git/issues/942 * https://github.com/go-git/go-git/issues/905 The rebase sounds more complex and I would need to find enough "consecutive" quality time to work on...

I started working on this issue and I identify to area to improve. 1. Git operation 2. Pull request body ## Git As a first iteration, I am checking by...

More I think about the force parameter and more I think it should remain false by default but we could set to true by default in shareable policies like those...

I don't know if it's related but the temurin e2e tests are now failing ![image](https://github.com/user-attachments/assets/fa2984cb-4381-4bc8-aabb-ed3aa4ee3531)

Thanks for opening this pull request, Updatecli is currently using the library [github.com/beevik/etree](https://github.com/beevik/etree/issues/51) and it appears that there is a limitation on the attribute syntax cfr [github.com/beevik/etree/#51](https://github.com/beevik/etree/issues/51)

> Thanks for a swift reply, @olblak! > We are trying to change csproj file from dotnet here. > Would it make sense for us to experiment with another XML...