mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-17 17:10:02 +00:00
Update issues.yml
- Label discussions
This commit is contained in:
parent
a9988cb346
commit
b19803564c
8
.github/workflows/issues.yml
vendored
8
.github/workflows/issues.yml
vendored
@ -1,15 +1,17 @@
|
||||
name: Issues
|
||||
name: Label Actions
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [labeled, unlabeled]
|
||||
discussion:
|
||||
types: [ labeled, unlabeled ]
|
||||
|
||||
jobs:
|
||||
label:
|
||||
name: Label Issues
|
||||
name: Label Actions
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Label Issues
|
||||
- name: Label Actions
|
||||
uses: dessant/label-actions@v2
|
||||
with:
|
||||
github-token: ${{ github.token }}
|
||||
|
Loading…
Reference in New Issue
Block a user