mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-18 11:10:04 +00:00
16 lines
261 B
YAML
16 lines
261 B
YAML
name: Issues
|
|
|
|
on:
|
|
issues:
|
|
types: [labeled, unlabeled]
|
|
|
|
jobs:
|
|
label:
|
|
name: Label Issues
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Label Issues
|
|
uses: dessant/label-actions@v2
|
|
with:
|
|
github-token: ${{ github.token }}
|