Skip to content
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

unable to plan/apply when a comment is updated in bitbucket #25

Open
shettypriy opened this issue Mar 16, 2023 · 0 comments
Open

unable to plan/apply when a comment is updated in bitbucket #25

shettypriy opened this issue Mar 16, 2023 · 0 comments

Comments

@shettypriy
Copy link

Hi
I have followed the link https://medium.com/nerd-for-tech/terraforming-the-gitops-way-9417cf4abf58 for doing a setup of atlantis server on EKS. When a PR is created it does do a initial init, plan. But, when I comment atlantis plan/atlantis apply on the commit it does not do anything. Following is my repo config

repoConfig: |
  ---
  repos:
  - id: /.*/
    branch: /.*/
    apply_requirements: [approved, mergeable] 
    workflow: default
    allowed_overrides: []
    allow_custom_workflows: false
  workflows:
    default:
      plan:
        steps: [init, plan]
      apply:
        steps: [apply]

Would you be able to help me on this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant