atlantis
atlantis copied to clipboard
Question: Is there a way to "permanently" unlock a branch (not re-lock after commit to remote) until users decide to re-lock it?
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
- If you are interested in working on this issue or have submitted a pull request, please leave a comment.
Overview of the Issue
I have users that want to have long running branches where config changes are periodically updated and not applied till more conversation is had and everything is confirmed.
Atlantis will lock the PR, blocking other applies for the same state until its manually unlocked or merged. You can unlock a PR, but a commit to remote will re-lock it.
I don't want to modify the default behavior of atlantis I just want to implement a "unlock-permanently" command where after its unlocked atlantis ignores it until you manually send it an "atlantis plan" comment.
Is this possible?