RB

Results 868 comments of RB

Oh I see. So you have to give atlantis gh app access to module repos or it will not be able to run terraform init on terraform dirs that use...

@mihneastaub the command I shared above shows that it will change the `--system` level config. I believe atlantis only handles the `--user` level config implicitly. Run the command I shared...

You can't override the system git config? You should be able to as root. If not, you can customize the container.

I don't believe atlantis will override the system gitconfig. It only overrides the user gitconfig. So if you override the system gitconfig, even if you do not run as root,...

I have been able to successfully customize the system gitconfig in the past to do exactly what you're trying to do. If you cannot figure it out, please reach out...

Each level overrides the previous. If you have settings in the system one and in the local one but the local one doesnt override the system specific settings, then the...

We recently merged in custom templating that could be used here to test out different templates like the ones suggested. IMHO the Github App ChecksAPI would be even better to...

See #3158 https://www.runatlantis.io/docs/server-configuration.html#hide-unchanged-plan-comments

Thanks @lyoung-confluent for the changes. I added a couple comments