Skip to content

Commit 3fc0e19

Browse files
authored
Create issues.yml
1 parent 5813acb commit 3fc0e19

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/issues.yml

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

0 commit comments

Comments
 (0)