File tree 3 files changed +29
-2
lines changed
3 files changed +29
-2
lines changed Original file line number Diff line number Diff line change 1
1
/Tests export-ignore
2
2
/phpunit.xml.dist export-ignore
3
- /.gitattributes export-ignore
4
- /.gitignore export-ignore
3
+ /.git * export-ignore
Original file line number Diff line number Diff line change
1
+ Please do not submit any Pull Requests here. They will be closed.
2
+ ---
3
+
4
+ Please submit your PR here instead:
5
+ https://github.com/symfony/symfony
6
+
7
+ This repository is what we call a "subtree split": a read-only subset of that main repository.
8
+ We're looking forward to your PR there!
Original file line number Diff line number Diff line change
1
+ name : Close Pull Request
2
+
3
+ on :
4
+ pull_request_target :
5
+ types : [opened]
6
+
7
+ jobs :
8
+ run :
9
+ runs-on : ubuntu-latest
10
+ steps :
11
+ - uses : superbrothers/close-pull-request@v3
12
+ with :
13
+ comment : |
14
+ Thanks for your Pull Request! We love contributions.
15
+
16
+ However, you should instead open your PR on the main repository:
17
+ https://github.com/symfony/symfony
18
+
19
+ This repository is what we call a "subtree split": a read-only subset of that main repository.
20
+ We're looking forward to your PR there!
You can’t perform that action at this time.
0 commit comments