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

Added workflow for merging main to branches #117

Merged
merged 2 commits into from
Oct 18, 2024

Conversation

IvanRuzavin
Copy link
Collaborator

@IvanRuzavin IvanRuzavin commented Oct 14, 2024

Added a workflow that will be triggered on each merge to main or can be triggered manually for automatic merging main branch to the branches that start with "new-feature/mcus".

import os
import subprocess

def get_release_branches(prefix="new-feature/mcus"):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@IvanRuzavin As this is prone to fail when run from GITHUB, comment out the needed code and just leave the merge to one test branch. Once test is confirmed, we will move on from there.

Create a test branch not from main, but one the previous stale branches.

@StrahinjaJacimovic StrahinjaJacimovic merged commit c510801 into main Oct 18, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants