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

match-lms-release: Check if maintenance branch already exists #11

Open
svanherk opened this issue Aug 10, 2022 · 0 comments
Open

match-lms-release: Check if maintenance branch already exists #11

svanherk opened this issue Aug 10, 2022 · 0 comments

Comments

@svanherk
Copy link
Contributor

If the match-lms-release action fails when pushing the update for a new release version, it'll get into a state where the maintenance branch was created but the version is still on the previous (not current) release. And then it will be stuck in this state because creating the maintenance branch will fail: https://github.com/Brightspace/insights-adoption-dashboard/actions/runs/2833433713. I think we can avoid this by just checking if the branch was already created.

You could also delete the maintenance branch to get around this, but in the example above they'd already pushed a change to it so it couldn't just be recreated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant