-
-
Notifications
You must be signed in to change notification settings - Fork 54
Enhance README.md #298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Enhance README.md #298
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #298 +/- ##
===========================================
- Coverage 87.07% 39.02% -48.05%
===========================================
Files 28 28
Lines 1021 1107 +86
===========================================
- Hits 889 432 -457
- Misses 132 675 +543 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
||
ModuleSync is a gem that uses the GitHub workflow to clone, update, and push module repositories. | ||
It expects to be activated from a directory containing configuration for modulesync and the modules, or you can pass it the location of this configuration directory. | ||
[The configuration for the Puppet Labs modules](https://github.com/puppetlabs/modulesync_configs), can be used as an example for your own configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this the best example to use anymore? ;)
non-master branch of any organization's modules. ModuleSync does not support | ||
cloning from one remote and pushing to another, you are expected to fork | ||
manually. It does not support automating pull requests. | ||
The default functionality is to run ModuleSync on the puppetlabs modules, but you can use this on your own organization's modules. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably change this?
No description provided.