You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have quite a few instances where recipes require an update but there are no changes (other than to the symfony.lock file).
It seems pointless to have to run update, commit, run update commit, etc..
It would be good if there was a non interactive command that could be run which goes through each recipe and syncs it if it only changes the symfony.lock. This would reduce the number of manual executions for bundles. We would then be able to write GitHub workflows for personal projects to automatically handle these changes.
The text was updated successfully, but these errors were encountered:
I have quite a few instances where recipes require an update but there are no changes (other than to the symfony.lock file).
It seems pointless to have to run update, commit, run update commit, etc..
It would be good if there was a non interactive command that could be run which goes through each recipe and syncs it if it only changes the symfony.lock. This would reduce the number of manual executions for bundles. We would then be able to write GitHub workflows for personal projects to automatically handle these changes.
The text was updated successfully, but these errors were encountered: