RB

Results 868 comments of RB

@Fabianoshz fixed conflicts and addressed feedback

@Fabianoshz friendly ping

@Fabianoshz fixed tests by running `gofmt -w`. Please address the missing project check comment.

Test is failing ``` server/events/project_finder_test.go:599:31: not enough arguments in call to r.ParseRepoCfg ```

@ekhaydarov can you try 0.19.9 ? Also, the whitespace in your yaml sample seems off. Just like `policies` and `repos`, `metrics` is also a root-level key. It should probably be...

Nice job @rayterrill ! For anyone else who finds this PR from the 0.19.9 release page, remember to set one of these to allow setting atlantis/apply as a requirement. The...

When I first read the title of this, I thought you would want atlantis to ignore `draft` github PRs. It sounds like the flag should be called * `--plan-only` *...

It's possible for terraform to only lock on apply and not on plan which may be the simplest solution. For now, a workaround might be to update your workflow for...

Another somewhat related issue https://github.com/runatlantis/atlantis/issues/1125 (Allow for draft prs to not lock state)

In order to disable atlantis locking, you'd have to find a way to keep your PRs always up to date with the default branch. Otherwise PR 1 could get merged...