This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/.github
Oskar Stark 63496dfdc6 minor #40928 [CI] Sort packages by length to match modified package better (Nyholm)
This PR was merged into the 5.3-dev branch.

Discussion
----------

[CI] Sort packages by length to match modified package better

| Q             | A
| ------------- | ---
| Branch?       | 5.x
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       |
| License       | MIT
| Doc PR        |

Given the build error in #40927, I saw that we match "modified packages" wrong. The script things we modified `symfony/translation` rather than the new bridge. This is because we are using a simple [string matchning](18658a29a3/.github/get-modified-packages.php (L24)). If we sort the packages by length, we make sure we match the most detailed (longest) string first.

Commits
-------

f7a0bd1047 [CI] Sort packages by length to match modified package better
2021-04-27 16:46:31 +02:00
..
ISSUE_TEMPLATE Add default issue templates back 2021-02-24 14:32:19 +01:00
psalm Speedup psalm 2021-02-26 00:35:49 +01:00
workflows [Intl] Switch from json to php resources 2021-04-13 21:38:10 +02:00
build-packages.php Replace "branch-version" by "versions" in composer.json 2021-01-27 17:22:20 +01:00
CODEOWNERS minor fix component path in codeowners 2021-03-26 09:24:59 +01:00
composer-config.json [Translation] Use proven DSN class from Notifier 2021-04-27 11:00:44 +02:00
get-modified-packages.php [CI] Sort packages by length to match modified package better 2021-04-27 16:33:02 +02:00
patch-types.php [Runtime] a new component to decouple applications from global state 2021-03-09 21:44:54 +01:00
PULL_REQUEST_TEMPLATE.md Remove EOLed 5.1 branch from PR template 2021-02-05 15:36:10 +01:00