Susanne Grell

Results 10 comments of Susanne Grell

@mrgrain thanks for the hint, I tried to override the description, however I'm not able to reference the particular step. I tried various options like `jobs.pr.steps[5].with.body` (adds a new property...

Additionally to the configuration in the description above I added this code just before `project.synth();` ```typescript const updateYml = project.tryFindObjectFile('.github/workflows/upgrade.yml'); const description = `Upgrades project dependencies. and some more information...

Thank you very much for your help, using `patch` worked, for some reason only with 5 in the path for me.

Yes, that notation works as well, I just tried it out. I was certain, that I had tried that, but obviously not.

hi, it sounds like only the css class needs to be fixed? I could prepare a PR to target the comment textarea or is the selector for some parent element?

I had a look at it, unfortunately I couldn't find an element to make the delegate call with `toggle` work, so that the check for `open` works. If I disable...

We are using it directly a few times but mostly as the gradle-plugin.

We understand the problem with the plugin that of course has to use the provided groovy version. We still don't really understand, why there is a version conflict with the...

We have a mutli-module setup and configured all the plugins that we use in the root-build.gradle, but we don't apply them yet, among others the docker-publish plugin and the pact-plugin:...

Thanks for supporting both groovy versions 😄 We removed any depencency enforcement on `org.codehaus.groovy` and replaced them with `org.apache.groovy`, so no this weird combination should not exist. I also double...