This message was deleted.
# atlantis-community
s
This message was deleted.
k
got this answer from ChatGPT. wondering if it is correct or there is more to it?
b
Pushing a new commit to an open PR is definitely a must have if want to use Atlantis. As it would trigger a new plan, on the new commit in your open PR. Otherwise you have a stale plan (which was generated when opening the PR), which might not reflect the PR after adding a few commits to it.
So yes, the push event is important 🙂
k
Ah I see. Thanks for the insight!
🙌 1
b
You're welcome Kannappan 🙂
👍 1
w
partly might depend if you have autoplan enabled or not
if you’re not using autoplan (i.e., you’re always running
atlantis plan
explicitly), might be less of an issue. not sure if Atlantis would recognize the plan was stale without that event, but guessing it might?