mirror of
https://github.com/laravel/valet.git
synced 2026-02-05 00:20:08 +01:00
13 lines
161 B
YAML
13 lines
161 B
YAML
name: issues
|
|
|
|
on:
|
|
issues:
|
|
types: [labeled]
|
|
|
|
permissions:
|
|
issues: write
|
|
|
|
jobs:
|
|
help-wanted:
|
|
uses: laravel/.github/.github/workflows/issues.yml@main
|