File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1414 uses : symfony/recipes/.github/workflows/callable-flex-update.yml@main
1515 with :
1616 versions_json : .github/versions.json
17+
18+ call-recipe-readme-update :
19+ needs : ' call-flex-update'
20+ uses : symfony/recipes/.github/workflows/callable-recipe-readme-update.yml@main
21+ with :
22+ branch : main
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ Symfony recipes allow the automation of Composer packages configuration via the
77This repository contains "official" recipes for Composer packages endorsed by
88the Symfony Core Team. For contributed recipes, see the `contrib repository `_.
99
10+ See `RECIPES.md `_ for a full list of recipes that live in this repository.
11+
1012Creating Recipes
1113----------------
1214
@@ -368,3 +370,4 @@ one used by ``symfony/framework-bundle``:
368370 .. _`Symfony Flex` : https://github.com/symfony/flex
369371.. _`contrib repository` : https://github.com/symfony/recipes-contrib
370372.. _`Symfony Console styles and colors` : https://symfony.com/doc/current/console/coloring.html
373+ .. _`RECIPES.md` : https://github.com/symfony/recipes/blob/main/RECIPES.md
You can’t perform that action at this time.
0 commit comments