Skip to content

Commit

Permalink
🔧 chore(github): Add labels for ffmpeg and recorder (#14)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
wanjohiryan committed Apr 3, 2024
1 parent 9131344 commit c56a0f6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
6 changes: 6 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit c56a0f6

Please sign in to comment.