Skip to content

Commit dcaf21a

Browse files
authored
Create pull-requests.yml
1 parent cd375fa commit dcaf21a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/pull-requests.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Pull Requests
2+
3+
on:
4+
pull_request_target:
5+
types:
6+
- opened
7+
8+
permissions:
9+
pull-requests: write
10+
11+
jobs:
12+
uneditable:
13+
uses: laravel/.github/.github/workflows/pull-requests.yml@main

0 commit comments

Comments
 (0)