Create issues.yml
This commit is contained in:
12
.github/workflows/issues.yml
vendored
Normal file
12
.github/workflows/issues.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
name: issues
|
||||||
|
|
||||||
|
on:
|
||||||
|
issues:
|
||||||
|
types: [labeled]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
issues: write
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
help-wanted:
|
||||||
|
uses: laravel/.github/.github/workflows/issues.yml@main
|
||||||
Reference in New Issue
Block a user