Add recipe for sulu/automation-bundle 2.2 - #1982
Merged
symfony-recipes-bot merged 2 commits intoJun 1, 2026
Merged
Conversation
symfony-recipes-bot
enabled auto-merge (squash)
May 19, 2026 14:49
|
Thanks for the PR 😍 How to test these changes in your application
Diff between recipe versionsIn order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes. sulu/automation-bundle2.0 vs 2.2diff --git a/sulu/automation-bundle/2.0/config/routes/sulu_automation_admin.yaml b/sulu/automation-bundle/2.2/config/routes/sulu_automation_admin.yaml
index af1f590e..bb759e2a 100644
--- a/sulu/automation-bundle/2.0/config/routes/sulu_automation_admin.yaml
+++ b/sulu/automation-bundle/2.2/config/routes/sulu_automation_admin.yaml
@@ -1,7 +1,3 @@
sulu_automation_api:
- resource: "@SuluAutomationBundle/Resources/config/routing_api.yml"
+ resource: "@SuluAutomationBundle/Resources/config/routing_api.yaml"
prefix: /admin/api
-
-sulu_automation:
- resource: "@SuluAutomationBundle/Resources/config/routing.yml"
- prefix: /admin/automation |
auto-merge was automatically disabled
May 19, 2026 14:53
Head branch was pushed to by a user without write access
symfony-recipes-bot
enabled auto-merge (squash)
May 19, 2026 14:54
diimpp
approved these changes
Jun 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We migrated a few routes from FosRestRouting to Symfony Routing where the path to the file changed.