Skip to content

Commit f2f06d1

Browse files
authored
chore(laravel): add close PR action and README (#6656)
* chore: add close PR action and README for Laravel component * rename
1 parent 55ec1ee commit f2f06d1

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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: "Thank you for your pull request. However, you have submitted this PR on a read-only sub split of `api-platform/core`. Please submit your PR on the https://github.com/api-platform/core repository.<br><br>Thanks!"

src/Laravel/README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1-
# Laravel Integration of API Platform
1+
# API Platform for Laravel
22

3-
Integrates [API Platform](https://api-platform.com) into the [Laravel](https://laravel.com) framework and the Illuminate components.
3+
Integration of [Laravel](https://laravel.com) and the Illuminate components with the [API Platform](https://api-platform.com) framework.
4+
5+
[Documentation](https://api-platform.com/docs/laravel/)
6+
7+
> [!CAUTION]
8+
>
9+
> This is a read-only sub split of `api-platform/core`, please
10+
> [report issues](https://github.com/api-platform/core/issues) and
11+
> [send Pull Requests](https://github.com/api-platform/core/pulls)
12+
> in the [core API Platform repository](https://github.com/api-platform/core).

0 commit comments

Comments
 (0)