🔧 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:
Wanjohi
2024-04-03 22:22:23 +00:00
committed by GitHub
parent 9131344d30
commit c56a0f636e
2 changed files with 14 additions and 0 deletions

8
.github/labeler.yml vendored
View File

@@ -46,6 +46,14 @@ labels:
files:
- 'server.Dockerfile'
- label: 'scope/ffmpeg'
files:
- 'ffmpeg.Dockerfile'
- label: 'scope/recorder'
files:
- 'recorder.Dockerfile'
- label: 'scope/relay'
files:
- 'relay.Dockerfile'

6
.github/labels.yml vendored
View File

@@ -74,6 +74,12 @@
- name: "scope/relay"
color: "B61B66"
- name: "scope/ffmpeg"
color: "B61B66"
- name: "scope/recorder"
color: "B61B66"
- name: "scope/back-end"
color: "B61B66"