Michał Woś

Results 12 comments of Michał Woś

I think that could be easily handled by: https://github.com/gradle/gradle-completion/issues/88 I've already implemented such task. It can be easily extended. I can share the code. To apply it, this PR needs...

As mentioned - I already implemented it and using with luck, using also this PR: https://github.com/gradle/gradle-completion/pull/89

Got the same in downstream dependancy: https://github.com/cloudposse/terraform-aws-lb-s3-bucket/issues/55

Can be closed, done with: https://github.com/cloudposse/terraform-aws-s3-log-storage/pull/76

..or just let override credentialId with an optional argument `credentialId`. If not provided, the plugin can try to figure this our using scm, otherwise `credentialId` argument would have a priority.

One more use case ew have is several deployments across different aws regions. We need a pull through cache in each each region for images produced by CI into one...

Maybe related: https://github.com/tfutils/tfenv/issues/261

exporting `GITHUB_OWNER` does not solve the problem for me. v4.24.1

We manage tens of github apps across 3 orgs (gradle enterprise) in our company. Changing everything manually and keeping in sync is PITA. E.g. recently I have to change "subscribe...

In GitHub there is feature that can be enabled per repo - merge queue, which allows running commands just in the middle between PR schedulled for merge and before the...