Christian Mäder

Results 29 comments of Christian Mäder

To me the problem seems to be that the `issue-close-message` is a multiline string. Before I changed the string to be multi-line the bot worked great. Then I changed it...

There's no problem with my yaml: ![Screenshot 2020-04-07 at 12 00 31](https://user-images.githubusercontent.com/804532/78656287-72ea3c80-78c7-11ea-9121-f132cdf0cdd2.png) See https://yaml-multiline.info/ for the various ways how yaml supports multiline strings. I believe the problem is here: https://github.com/lucasbento/auto-close-issues/blob/master/src/index.js#L18...

> Please open another issue if that doesn't work as it's not the same problem as OP is having. Well to me it does seem it's the same issue. See...

I have the same problem when using `reek` with Ruby 2.7: ``` $ ruby -v ruby 2.7.0preview1 (2019-05-31 trunk c55db6aa271df4a689dc8eb0039c929bf6ed43ff) [x86_64-linux] $ bundle exec reek bundler: failed to load command:...

`ipv6=true` can't easily be implemented in retrospect. Doing so would modify the instances of all the people that have not defined an explicit value. And if the value is modified,...

I'm unsure if removing them is the right way. People may rely on these settings being configurable via environment variables. Perhaps a better way forward would be to check whether...

Would perhaps replacing the default value `''` with `None` for the relevant variables work already? Like this: ```py BANNER_TOP = environ.get('BANNER_TOP', None) BANNER_BOTTOM = environ.get('BANNER_BOTTOM', None) ```

Thanks for this feature request, and thanks for taking the time to fill in the template. > ... should be backward compatible. I'd say that any solution _must_ be backwards...

Thank you for your PR and sorry that it took so long for one of us the comment! > maybe update the tenant_groups.yml example in comments ? That would be...