-
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
feat: Implement branch matching in repo-level config #2522
feat: Implement branch matching in repo-level config #2522
Conversation
f.w.i.w., this is a re-incarnation of #1833 (I simply did not have time when eventually @jamengual responded). hopefully, this time we will be able to merge it. |
we will review as soon as we can @0x416e746f6e we are all really busy people sadly. |
Why "sadly"? Being very busy probably means being full-time employed => which is as very good thing for IT folks nowadays. :) |
touche |
@0x416e746f6e could you fix the conlficts? |
This was done @jamengual |
@0x416e746f6e Thanks for the contribution |
This PR adds the possibility to match branches in repo-level
atlantis.yaml
config file.With this it becomes possible to use atlantis to deploy different projects for different base branches of the PR (for example: the PR towards
develop
branch would deploy dev environment, while the PR towardsmain
would go into production).