-
Notifications
You must be signed in to change notification settings - Fork 204
Closed
Copy link
Labels
Team:Elastic-Agent-Control-PlaneLabel for the Agent Control Plane teamLabel for the Agent Control Plane teamTestingcienhancementNew feature or requestNew feature or request
Description
Describe the enhancement:
Currently, the "update versions" automation runs on a daily schedule:
Github allows to set a schedule only for the main branch. This means we have to manually run this automation for the rest of the release branches.
We should modify the script on main so it checks out all active release branches and runs the version updates for every branch creating corresponding PRs.
Describe a specific use case for the enhancement or feature:
Without this maintenance, the CI would start failing on release branches at some point and we would have to spend time on maintaining it manually.
What is the definition of done?
- We have a daily Github workflow that runs version updates for each active release branch
- We should have a way to configure what active release branches are, so we don't run this automation for branches we no longer release from.
Metadata
Metadata
Assignees
Labels
Team:Elastic-Agent-Control-PlaneLabel for the Agent Control Plane teamLabel for the Agent Control Plane teamTestingcienhancementNew feature or requestNew feature or request