Quote:
Originally Posted by Farang
what kind of tools if you don't mind me asking? you use github, right?
|
Yes, I use github extensively. All my projects are planned in org level projects, tasks are created as issues, and my agents create PR's based on those tickets for me to review and suggest changes. When I approve those PR's they're automatically merged and release notes written by GitHub action workflows, and OCI images are created and published to GitHub's Container Registry and my clusters are notified of new versions of our images existing and to roll the deployments to the new images.
That of course all depends on if CI passes for tests both on a unit and browser e2e level.