Skip to content

Sync branches from upstream and update parent POM version to 0.1.26 - #46

Merged
mercyblitz merged 3 commits into
microsphere-projects:release-1.xfrom
mercyblitz:dev-1.x
Aug 31, 2026
Merged

Sync branches from upstream and update parent POM version to 0.1.26#46
mercyblitz merged 3 commits into
microsphere-projects:release-1.xfrom
mercyblitz:dev-1.x

Conversation

@mercyblitz

Copy link
Copy Markdown
Contributor

This pull request introduces an automated workflow to keep all branches in a forked repository synchronized with their counterparts in the upstream repository, and also updates the version of the microsphere-spring-cloud dependency to 0.1.26 in two pom.xml files.

Branch synchronization automation:

  • Added a new GitHub Actions workflow (.github/workflows/sync-branches-from-upstream.yml) that automatically syncs all branches in a fork from the upstream repository every 5 minutes or on push to main development branches. The workflow ensures only branches that exist in both the fork and upstream are synced, and skips branches that are ahead or unique to the fork.

Dependency version updates:

  • Updated the microsphere-spring-cloud version from 0.1.25 to 0.1.26 in the root pom.xml file.
  • Updated the microsphere-spring-cloud version from 0.1.25 to 0.1.26 in microsphere-gateway-parent/pom.xml.

github-actions Bot and others added 3 commits August 3, 2026 14:31
This workflow syncs branches from the upstream repository for forks, running every 5 minutes or triggered manually. It checks if the repository is a fork, fetches branches, and syncs them if they exist in upstream and are not ahead.
Updates the root parent POM version and the `microsphere-spring-cloud.version` property in `microsphere-gateway-parent/pom.xml` from 0.1.25 to 0.1.26 to align the project with the latest Microsphere Spring Cloud release.
@sonarqubecloud

Copy link
Copy Markdown

@codecov

codecov Bot commented Aug 31, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mercyblitz
mercyblitz merged commit e8ffe75 into microsphere-projects:release-1.x Aug 31, 2026
17 checks 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.

1 participant