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"