dubbo-go-bot opened a new pull request, #103: URL: https://github.com/apache/dubbo-go-pixiu-samples/pull/103
## 🔄 Upstream Sync from Community Fork This PR automatically syncs changes from the community fork to the Apache upstream repository. ### Original Contribution - **Author**: @Similarityoung - **Original PR**: https://github.com/dubbo-go-pixiu/dubbo-go-pixiu-samples/pull/2 - **Merged at**: 2025-10-10 15:53:17 UTC ### Original PR Description --- <!-- Thanks for sending a pull request! --> **What this PR does**: **Which issue(s) this PR fixes**: <!-- *Automatically closes linked issue when PR is merged. Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. _If PR is about `failing-tests or flakes`, please post the related issues/tests in a comment and do not use `Fixes`_* --> Fixes # **Special notes for your reviewer**: **Does this PR introduce a user-facing change?**: <!-- If no, just write "NONE" in the release-note block below. If yes, a release note is required: Enter your extended release note in the block below. If the PR requires additional action from users switching to the new release, include the string "action required". --> ```release-note ``` ## Summary by Sourcery Introduce automated GitHub Actions workflow to sync merged pull requests from the forked repository into the Apache upstream develop branch, including branch validation, rebase, exclusion of fork-specific files, PR creation, notifications, and conflict handling; add pull.yml to configure upstream sync rules and metadata. New Features: - Add sync-to-upstream GitHub Actions workflow to automatically create PRs in the Apache upstream repository after merges to the fork’s base branch - Add pull.yml configuration file defining upstream sync rules, labels, and reviewers for automated PR synchronization <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Updated PR sync automation to use configurable env-driven upstream/fork/base settings (including switching default upstream base branch). * Added pre-check gating, conditional steps, exclusion of fork-only files, and creation of timestamped sync branches for fork-to-upstream flows. * Improved PR creation/comments, failure handling (issues/notifications), and concurrency safeguards for safer automated rebases. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- ### Commit Details All commits in this PR preserve the original authorship. You can verify this by checking the commit history. **Note**: This PR was automatically created by GitHub Actions when PR #2 was merged into `dubbo-go-pixiu/dubbo-go-pixiu-samples:main`. cc @Similarityoung -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
