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