This message was deleted.
# atlantis-community
s
This message was deleted.
r
--enable-regexp-cmd
create
atlantis.yaml
in the repo with every project defined with a project
name
then run
Copy code
atlantis plan -p .*
k
every day
1. create PR by vcs api using vcs scheduler 2. then kick atlantis plan via atlantis api using ci https://www.runatlantis.io/docs/api-endpoints.html#post-api-plan
👍 1
i
thank you guys for your responses its very helpful!
AFAIK Atlantis locks projects/workspaces when running plan/apply, can we run atlantis plan without locking projects/workspaces?
k
It's possible per repository config by setting repo_locking https://www.runatlantis.io/docs/server-side-repo-config.html#example-server-side-repo. But not possible per PR. see also https://github.com/runatlantis/atlantis/issues/2237
👍 1
i
thank you, gonna try it!