8000 Create issues.yml · KornaLaravel/laravel-tinker@40137bc · GitHub
[go: up one dir, main page]

Skip to content

Commit 40137bc

Browse files
authored
Create issues.yml
1 parent 05af298 commit 40137bc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/issues.yml

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

0 commit comments

Comments
 (0)
0