Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ebfefb9

Browse filesBrowse files
committed
Merge branch '6.4' into 7.0
* 6.4: Remove subtree split checks Revert "minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)"
2 parents 4934778 + d9367f9 commit ebfefb9
Copy full SHA for ebfefb9

File tree

Expand file treeCollapse file tree

449 files changed

+232
-7459
lines changed
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

449 files changed

+232
-7459
lines changed

‎.gitattributes

Copy file name to clipboardExpand all lines: .gitattributes
-1Lines 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

Copy file name to clipboardExpand all lines: .github/sync-packages.php
-80Lines changed: 0 additions & 80 deletions
This file was deleted.

‎.github/workflows/package-tests.yml

Copy file name to clipboardExpand all lines: .github/workflows/package-tests.yml
-7Lines 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)
+2-1Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/.github/PULL_REQUEST_TEMPLATE.md
-8Lines changed: 0 additions & 8 deletions
This file was deleted.

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

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/.github/workflows/check-subtree-split.yml
-37Lines changed: 0 additions & 37 deletions
This file was deleted.
+2-1Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Monolog/.github/PULL_REQUEST_TEMPLATE.md
-8Lines changed: 0 additions & 8 deletions
This file was deleted.

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

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Monolog/.github/workflows/check-subtree-split.yml
-37Lines changed: 0 additions & 37 deletions
This file was deleted.
+2-1Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/.github/PULL_REQUEST_TEMPLATE.md
-8Lines changed: 0 additions & 8 deletions
This file was deleted.

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

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PhpUnit/.github/workflows/check-subtree-split.yml
-37Lines changed: 0 additions & 37 deletions
This file was deleted.

‎src/Symfony/Bridge/PsrHttpMessage/.github/PULL_REQUEST_TEMPLATE.md

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PsrHttpMessage/.github/PULL_REQUEST_TEMPLATE.md
-8Lines changed: 0 additions & 8 deletions
This file was deleted.

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

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/PsrHttpMessage/.github/workflows/check-subtree-split.yml
-37Lines changed: 0 additions & 37 deletions
This file was deleted.
+2-1Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/.github/PULL_REQUEST_TEMPLATE.md
-8Lines changed: 0 additions & 8 deletions
This file was deleted.

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

Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/.github/workflows/check-subtree-split.yml
-37Lines changed: 0 additions & 37 deletions
This file was deleted.
+2-1Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/DebugBundle/.github/PULL_REQUEST_TEMPLATE.md
-8Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.