-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Automate PR Creation for New Prometheus-Operator Releases #6877
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
Automate PR Creation for New Prometheus-Operator Releases #6877
Comments
In discussions with @ArthurSens and @nicolastakashi, one solution is to create Github workflows, i.e. create a GitHub Actions workflow in the Prometheus-Operator repository that creates a PR in the website repository whenever we push tags. |
One of the way could be to check if a new tag is available in repo and check if version in that matches with existing version in website's prometheusOperator.json and create PR :) we use something similar for openshift to sync forks so just for the version file updates https://github.com/rhobs/syncbot/blob/main/.github/workflows/merge-flow.yaml#L68-L81 we can create something similar |
This issue has been automatically marked as stale because it has not had any activity in the last 60 days. Thank you for your contributions. |
This issue was closed because it has not had any activity in the last 120 days. Please reopen if you feel this is still valid. |
Component(s)
Website
What is missing? Please describe.
Currently, we update the website manually for each new Prometheus-Operator release. To ensure the website is always up-to-date, we should automate the process of updating the website repository whenever a new release is made in the Prometheus-Operator repository.
Describe alternatives you've considered.
No response
Environment Information.
Environment
Kubernetes Version:
Prometheus-Operator Version:
The text was updated successfully, but these errors were encountered: