From c56a0f636eed34e4a72490b5487ba14b82e95317 Mon Sep 17 00:00:00 2001 From: Wanjohi <71614375+wanjohiryan@users.noreply.github.com> Date: Wed, 3 Apr 2024 22:22:23 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(github):=20Add=20labels=20?= =?UTF-8?q?for=20`ffmpeg`=20and=20`recorder`=20(#14)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 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 --- .github/labeler.yml | 8 ++++++++ .github/labels.yml | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 11a65d47..34eeb8cd 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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' diff --git a/.github/labels.yml b/.github/labels.yml index a2a25c33..1a542e0e 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -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"