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 14
14
uses : symfony/recipes/.github/workflows/callable-flex-update.yml@main
15
15
with :
16
16
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
7
7
This repository contains "official" recipes for Composer packages endorsed by
8
8
the Symfony Core Team. For contributed recipes, see the `contrib repository `_.
9
9
10
+ See `RECIPES.md `_ for a full list of recipes that live in this repository.
11
+
10
12
Creating Recipes
11
13
----------------
12
14
@@ -368,3 +370,4 @@ one used by ``symfony/framework-bundle``:
368
370
.. _`Symfony Flex` : https://github.com/symfony/flex
369
371
.. _`contrib repository` : https://github.com/symfony/recipes-contrib
370
372
.. _`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