Create pull-requests.yml
This commit is contained in:
13
.github/workflows/pull-requests.yml
vendored
Normal file
13
.github/workflows/pull-requests.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: Pull Requests
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request_target:
|
||||||
|
types:
|
||||||
|
- opened
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
uneditable:
|
||||||
|
uses: laravel/.github/.github/workflows/pull-requests.yml@main
|
||||||
Reference in New Issue
Block a user