Skip to content

Remove subtree split checks #57267

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -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
75 changes: 0 additions & 75 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
Expand Up @@ -101,7 +101,6 @@ jobs:
done

exit $ok

- name: Verify symfony/deprecation-contracts requirements
run: |
set +e
Expand Down Expand Up @@ -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.

3 changes: 2 additions & 1 deletion src/Symfony/Bridge/ProxyManager/.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.

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
Loading