File tree
Expand file treeCollapse file tree2 files changed
+28
-0
lines changed Expand file treeCollapse file tree2 files changed
+28
-0
lines changed 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://.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://.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