Skip to content

Conversation

nelson-parente
Copy link
Contributor

This pull request introduces a new GitHub Actions workflow to automate the synchronization of release branches with the main branch. The workflow is designed to streamline the process by creating a pull request whenever a change is pushed to a release branch.

New GitHub Actions Workflow:

  • .github/workflows/sync-release-branch.yaml.yml: Added a new workflow named "Sync release branch to main." The workflow triggers on workflow_dispatch and push events for branches matching the release-* pattern. It includes steps to check out the repository, set up Node.js, and create a pull request to merge changes from the release branch into the main branch using the tretuna/sync-branches action.

Signed-off-by: nelson.parente <[email protected]>
Signed-off-by: nelson.parente <[email protected]>
@nelson-parente nelson-parente requested review from a team as code owners July 31, 2025 13:30
Copy link

This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions!

@github-actions github-actions bot added the stale label Aug 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant