Closed Derane closed 1 month ago
A new GitHub Actions workflow named template-sync.yml
has been added to the repository. This workflow is scheduled to run weekly on Mondays at 9 AM and can also be triggered manually. It includes a job that checks out the repository and synchronizes templates from a specified source repository, creating pull requests with a designated label. Additionally, the README.md
has been updated to include information about this automated synchronization feature, while a new .templatesyncignore
file has been created to exclude specific files from synchronization.
File | Change Summary |
---|---|
.github/workflows/template-sync.yml | Added a new workflow for template synchronization, with scheduled and manual triggers, including a job for checking out the repository and syncing templates. |
README.md | Introduced a new section detailing the automated repository synchronization feature, including subsections on how it works and configuration details. |
.templatesyncignore | Created a new file to specify files (composer.json , composer.lock , .env , etc.) to be ignored during the template synchronization process. |
🐇 In the moonlight, templates align,
A weekly sync, oh how divine!
With every pull, a label bright,
Our code's in tune, all feels just right.
Hopping through branches, we cheer and play,
A workflow's magic, come what may! 🌙✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
d21874c
) to head (a00c339
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
P.S. Also we need to update readme.md and write that we have this possibility and how to configure it The same for the php service template
Description
add GitHub action that synchronize changes from php-service-template repository
Related Issue
https://github.com/VilnaCRM-Org/php-service-template/issues/50
Types of changes
Checklist:
Summary by CodeRabbit
.templatesyncignore
file to exclude specific files from synchronization.