Skip to content

Commit 8a60492

Browse files
weaverryannicolas-grekas
authored andcommitted
adding workflow for updating RECIPES.md
1 parent 54cc921 commit 8a60492

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/workflows/flex-update.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,9 @@ jobs:
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

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Symfony recipes allow the automation of Composer packages configuration via the
77
This repository contains "official" recipes for Composer packages endorsed by
88
the 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+
1012
Creating 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

0 commit comments

Comments
 (0)