dubbo-go-bot opened a new pull request, #106: URL: https://github.com/apache/dubbo-go-pixiu-samples/pull/106
## 🔄 Upstream Sync from Community Fork This PR automatically syncs changes from the community fork to the upstream repository. ### Original Contribution - **Author**: @Similarityoung - **Original PR**: https://github.com/dubbo-go-pixiu/dubbo-go-pixiu-samples/pull/4 - **Merged at**: 2025-11-09 10:15:09 UTC ### Original PR Description --- This pull request updates the GitHub Actions workflow for syncing changes from the fork to the upstream repository. The main goals are to simplify configuration, improve safety checks, and streamline messaging. The `.github/pull.yml` file is also removed, and fork-specific file exclusion logic is dropped. **Workflow configuration and safety improvements:** * Removed `.github/pull.yml` and the logic for excluding fork-specific files from the sync, simplifying the workflow and ensuring all files are synced unless handled elsewhere. [[1]](diffhunk://#diff-d612e4fdea7949dee4c87fe7b9c5b024535a84725a7026e422e6e7da160d83a0L1-L33) [[2]](diffhunk://#diff-9a76dca505d657017d3946f69102a7dcd24520b312279ff1f53e844f7cead866L139-L157) * Enhanced repository and branch verification in the sync workflow to prevent accidental or circular syncs, including checks for bot-created PRs and correct repository context. **Messaging and documentation updates:** * Streamlined and clarified the PR body, notification, and failure issue templates using heredoc syntax, making automated messages to contributors and maintainers more concise and easier to read. [[1]](diffhunk://#diff-9a76dca505d657017d3946f69102a7dcd24520b312279ff1f53e844f7cead866L176-R189) [[2]](diffhunk://#diff-9a76dca505d657017d3946f69102a7dcd24520b312279ff1f53e844f7cead866L224-L249) [[3]](diffhunk://#diff-9a76dca505d657017d3946f69102a7dcd24520b312279ff1f53e844f7cead866L259-R270) * Updated comments and documentation in the workflow file for better clarity and maintainability. These changes make the upstream sync workflow easier to manage, safer to run, and clearer for contributors. ## Summary by Sourcery Improve the sync-to-upstream GitHub Actions workflow by simplifying configuration, enhancing safety checks, and streamlining messaging templates. Enhancements: - Remove .github/pull.yml and fork-specific file exclusion logic to sync all files by default - Add repository and branch verification to prevent accidental or circular upstream syncs - Streamline automated PR body, comment, and failure issue templates using heredoc syntax CI: - Rename and restructure the sync-to-upstream workflow for clarity and efficiency Documentation: - Update workflow comments and documentation for better clarity and maintainability <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Removed upstream synchronization configuration file. * Enhanced upstream sync workflow with improved security checks, safeguards against circular syncs, and more robust handling of rebase failures to ensure reliable repository updates. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- All commits preserve original authorship. **Note**: Auto-created when PR #4 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]
