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

[DevOps] - Automate Calypso version bumps #141

Open
jr1221 opened this issue Mar 25, 2024 · 0 comments
Open

[DevOps] - Automate Calypso version bumps #141

jr1221 opened this issue Mar 25, 2024 · 0 comments
Labels
low priority Has no competition/goal correlation optimization This is making a feature work better

Comments

@jr1221
Copy link
Contributor

jr1221 commented Mar 25, 2024

Description

Right now calypso version is a hardcoded SHA. We have to manually update the SHA everytime the repo is updated.

Acceptance Criteria

  • automatic, besides dev merging PR
  • has a cooldown before posting PR such that someome spamming commits will not spam PRs
  • no more than one PR at a time, update the PR with a new commit
  • probably reuse the same branch?

Proposed Solution

Create a cross repo action that when calypso default branch has a push, it will open a PR with the new verison in calypso.mk here. This can use a variety of github actions shortcuts or something else to achieve the goal.

@jr1221 jr1221 added optimization This is making a feature work better low priority Has no competition/goal correlation labels Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low priority Has no competition/goal correlation optimization This is making a feature work better
Projects
None yet
Development

No branches or pull requests

1 participant