mirror of
https://github.com/AlmostReliable/almostunified.git
synced 2024-11-14 19:25:13 -05:00
10 lines
177 B
YAML
10 lines
177 B
YAML
|
name: "Support Requests"
|
||
|
|
||
|
on:
|
||
|
issues:
|
||
|
types: [labeled, unlabeled, reopened]
|
||
|
|
||
|
jobs:
|
||
|
support-requests:
|
||
|
uses: AlmostReliable/.github/.github/workflows/support.yml@main
|