mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 16:55:37 +02:00
🔧 chore(github): Add labels for ffmpeg and recorder (#14)
## Description **What(what issue does this code solve/what feature does it add):** **How(how does it solve it):** ## Required Checklist: - [ ] I have added any necessary documentation and comments in my code (where appropriate) - [ ] I have added tests to make sure my code runs in all contexts ## Further comments
This commit is contained in:
8
.github/labeler.yml
vendored
8
.github/labeler.yml
vendored
@@ -46,6 +46,14 @@ labels:
|
|||||||
files:
|
files:
|
||||||
- 'server.Dockerfile'
|
- 'server.Dockerfile'
|
||||||
|
|
||||||
|
- label: 'scope/ffmpeg'
|
||||||
|
files:
|
||||||
|
- 'ffmpeg.Dockerfile'
|
||||||
|
|
||||||
|
- label: 'scope/recorder'
|
||||||
|
files:
|
||||||
|
- 'recorder.Dockerfile'
|
||||||
|
|
||||||
- label: 'scope/relay'
|
- label: 'scope/relay'
|
||||||
files:
|
files:
|
||||||
- 'relay.Dockerfile'
|
- 'relay.Dockerfile'
|
||||||
|
|||||||
6
.github/labels.yml
vendored
6
.github/labels.yml
vendored
@@ -74,6 +74,12 @@
|
|||||||
- name: "scope/relay"
|
- name: "scope/relay"
|
||||||
color: "B61B66"
|
color: "B61B66"
|
||||||
|
|
||||||
|
- name: "scope/ffmpeg"
|
||||||
|
color: "B61B66"
|
||||||
|
|
||||||
|
- name: "scope/recorder"
|
||||||
|
color: "B61B66"
|
||||||
|
|
||||||
- name: "scope/back-end"
|
- name: "scope/back-end"
|
||||||
color: "B61B66"
|
color: "B61B66"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user