-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Atlantis approve_policies creates a pending check #1797
Labels
Comments
As mentioned I am using the dockerfile : FROM runatlantis/atlantis:latest, I imagine this line must take the latest version right ? |
Can you try to point to specific version? I'm not sure how your deploy process works, maybe it is caching your docker image? |
Yes I am using v0.17.3 |
is this still an issue with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Overview of the Issue
As during the use it's been discovered that when we write atlantis approve_policies in the comment it creates a pending check : Pending — Approve_policies in progress. Although it sends a comment saying Approved policies for 1 projects and allow user to run atlantis apply but atlantis approve policies always seems to in progress state.
Now it remains in progress state , it has been noticed that if that happens and approve_policies may have allowed you to apply in the pr but let’s say you haven’t deleted the branch and created a new pr on the same branch so if the new pr has that commit where approve stage is pending , as due to approve_policies has made changes at global as apply_requirements: [policies_passed] which will result policies not being checked at new pr
Reproduction Steps
Environment details
Running as a docker custom image
The text was updated successfully, but these errors were encountered: