We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Steps to reproduce
--disable-apply-all
atlantis/plan
atlantis/apply
README.md
Now it's not possible to get this merge since I can't:
atlantis apply
Error: Running atlantis apply without flags is disabled. You must specify which project to apply via the -d , -w or -p flags.
Error: Running atlantis apply without flags is disabled. You must specify which project to apply via the -d
atlantis apply -p <project name>
The only workaround is to ask a repo owner to temporarily disable the requiring atlantis/apply and manually merge the PR.
Example:
The text was updated successfully, but these errors were encountered:
This should be solved by: #1323
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Steps to reproduce
--disable-apply-all
atlantis/plan
andatlantis/apply
succeeds before auto-merging.README.md
) affecting zero projects and open a PR.Now it's not possible to get this merge since I can't:
atlantis apply
- it will result in:atlantis apply -p <project name>
etc (since there is no valid project names to supply)The only workaround is to ask a repo owner to temporarily disable the requiring
atlantis/apply
and manually merge the PR.Example:
The text was updated successfully, but these errors were encountered: