Skip to content

Commit

Permalink
Merge branch '6.4' into 7.0
Browse files Browse the repository at this point in the history
* 6.4:
  Remove subtree split checks
  Revert "minor symfony#54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
  • Loading branch information
fabpot committed May 31, 2024
2 parents 4934778 + d9367f9 commit ebfefb9
Showing 449 changed files with 232 additions and 7,459 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -6,4 +6,3 @@
/src/Symfony/Component/Runtime export-ignore
/src/Symfony/Component/Translation/Bridge export-ignore
/src/Symfony/Component/Intl/Resources/data/*/* linguist-generated=true
/.git* export-ignore
80 changes: 0 additions & 80 deletions .github/sync-packages.php

This file was deleted.

7 changes: 0 additions & 7 deletions .github/workflows/package-tests.yml
Original file line number Diff line number Diff line change
@@ -101,7 +101,6 @@ jobs:
done
exit $ok
- name: Verify symfony/deprecation-contracts requirements
run: |
set +e
@@ -142,9 +141,3 @@ jobs:
done
exit $ok
- name: Verify subtree-splits are auto-closed
run: |
php .github/sync-packages.php
git add src/
git diff --staged --exit-code || (echo '::error::Please run "php .github/sync-packages.php".' && exit 1)
3 changes: 2 additions & 1 deletion src/Symfony/Bridge/Doctrine/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore
/.git* export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
8 changes: 0 additions & 8 deletions src/Symfony/Bridge/Doctrine/.github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

This file was deleted.

3 changes: 2 additions & 1 deletion src/Symfony/Bridge/Monolog/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore
/.git* export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
8 changes: 0 additions & 8 deletions src/Symfony/Bridge/Monolog/.github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

This file was deleted.

3 changes: 2 additions & 1 deletion src/Symfony/Bridge/PhpUnit/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore
/.git* export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
8 changes: 0 additions & 8 deletions src/Symfony/Bridge/PhpUnit/.github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 2 additions & 1 deletion src/Symfony/Bridge/Twig/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore
/.git* export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
8 changes: 0 additions & 8 deletions src/Symfony/Bridge/Twig/.github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

37 changes: 0 additions & 37 deletions src/Symfony/Bridge/Twig/.github/workflows/check-subtree-split.yml

This file was deleted.

3 changes: 2 additions & 1 deletion src/Symfony/Bundle/DebugBundle/.gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore
/.git* export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore

This file was deleted.

Loading

0 comments on commit ebfefb9

Please sign in to comment.