Skip to content

Commit

Permalink
Revert "minor symfony#54653 Auto-close PRs on subtree-splits (nicolas…
Browse files Browse the repository at this point in the history
…-grekas)"

This reverts commit 2c9352d, reversing
changes made to 18c3e87.
  • Loading branch information
fabpot committed May 31, 2024
1 parent f60c3cf commit ca6487e
Show file tree
Hide file tree
Showing 390 changed files with 244 additions and 6,017 deletions.
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

0 comments on commit ca6487e

Please sign in to comment.