Add ATLANTIS_ENABLE_AUTOPLAN_LABEL config option similar to ATLANTIS_DISABLE_AUTOPLAN_LABEL
Author: leonnicolasCreated Sep 15, 2026Updated Sep 17, 2026
Labelsfeature
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.
- I'd be willing to implement this feature (contributing guide)
Describe the user story
I don't want to autoplan PRs by default. When users explicitly want it, they can have their PRs autoplanned.
Describe the solution you'd like
There is already a label that users can set per PR to disable autoplan. I would like to have a label to enable autoplanning per PR.
The label could be configured via env variable similar to ATLANTIS_DISABLE_AUTOPLAN_LABEL
ATLANTIS_ENABLE_AUTOPLAN_LABEL=atlantis-autoplanand via the cli flag similar to --disable-autoplan-label
--enable-autoplan-label=atlantis-autoplanWhen the project has autoplan enabled the label has no affect.
Describe the drawbacks of your solution
Confusion with enable and disable flags.
Describe alternatives you've considered
- Automatically label all PRs with the
ATLANTIS_DISABLE_AUTOPLAN_LABELvalue.
race condition with atlantis
- Users must always explicitly comment
atlantis plan
well, this is the status quo that I want to improve on
Source: runatlantis/atlantis