Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca6487e

Browse files
committed
Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
This reverts commit 2c9352d, reversing changes made to 18c3e87.
1 parent f60c3cf commit ca6487e

File tree

390 files changed

+244
-6017
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

390 files changed

+244
-6017
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@
66
/src/Symfony/Component/Runtime export-ignore
77
/src/Symfony/Component/Translation/Bridge export-ignore
88
/src/Symfony/Component/Intl/Resources/data/*/* linguist-generated=true
9-
/.git* export-ignore

.github/sync-packages.php

Lines changed: 0 additions & 75 deletions
This file was deleted.

.github/workflows/package-tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ jobs:
101101
done
102102
103103
exit $ok
104-
105104
- name: Verify symfony/deprecation-contracts requirements
106105
run: |
107106
set +e
@@ -142,9 +141,3 @@ jobs:
142141
done
143142
144143
exit $ok
145-
146-
- name: Verify subtree-splits are auto-closed
147-
run: |
148-
php .github/sync-packages.php
149-
git add src/
150-
git diff --staged --exit-code || (echo '::error::Please run "php .github/sync-packages.php".' && exit 1)
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/Tests export-ignore
22
/phpunit.xml.dist export-ignore
3-
/.git* export-ignore
3+
/.gitattributes export-ignore
4+
/.gitignore export-ignore

src/Symfony/Bridge/Doctrine/.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/Symfony/Bridge/Doctrine/.github/workflows/check-subtree-split.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/Tests export-ignore
22
/phpunit.xml.dist export-ignore
3-
/.git* export-ignore
3+
/.gitattributes export-ignore
4+
/.gitignore export-ignore

src/Symfony/Bridge/Monolog/.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/Symfony/Bridge/Monolog/.github/workflows/check-subtree-split.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/Tests export-ignore
22
/phpunit.xml.dist export-ignore
3-
/.git* export-ignore
3+
/.gitattributes export-ignore
4+
/.gitignore export-ignore

src/Symfony/Bridge/PhpUnit/.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/Symfony/Bridge/PhpUnit/.github/workflows/check-subtree-split.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/Tests export-ignore
22
/phpunit.xml.dist export-ignore
3-
/.git* export-ignore
3+
/.gitattributes export-ignore
4+
/.gitignore export-ignore

src/Symfony/Bridge/ProxyManager/.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/Symfony/Bridge/ProxyManager/.github/workflows/check-subtree-split.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/Tests export-ignore
22
/phpunit.xml.dist export-ignore
3-
/.git* export-ignore
3+
/.gitattributes export-ignore
4+
/.gitignore export-ignore

src/Symfony/Bridge/Twig/.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/Symfony/Bridge/Twig/.github/workflows/check-subtree-split.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/Tests export-ignore
22
/phpunit.xml.dist export-ignore
3-
/.git* export-ignore
3+
/.gitattributes export-ignore
4+
/.gitignore export-ignore

src/Symfony/Bundle/DebugBundle/.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)