Skip to content

Commit

Permalink
chore: Update repos and labels (#33)
Browse files Browse the repository at this point in the history
- Drop shaka-player-embedded from configs
 - Add labels for express-chocolatey-server deployment environments
 - Add label for shaka-player transmuxer issues
  • Loading branch information
joeyparrish authored Feb 22, 2024
1 parent e193703 commit 72deeb5
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 36 deletions.
1 change: 0 additions & 1 deletion .github/workflows/sync-common-workflows.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"shaka-project/express-chocolatey-server",
"shaka-project/shaka-player",
"shaka-project/shaka-packager",
"shaka-project/shaka-player-embedded",
"shaka-project/shaka-streamer",
"shaka-project/shaka-lab",
"shaka-project/shaka-project.github.io"
Expand Down
19 changes: 19 additions & 0 deletions sync-labels/configs/shaka-project/express-chocolatey-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,22 @@


- import: ../common/common.yaml


# Deployment environments
# -----

- name: "environment: App Engine"
# No alias; did not exist before
description: An issue with App Engine deployment
color: c2e0c6

- name: "environment: standalone"
# No alias; did not exist before
description: An issue with standalone deployment
color: c2e0c6

- name: "environment: other"
# No alias; did not exist before
description: An issue with some other type of deployment
color: c2e0c6
35 changes: 0 additions & 35 deletions sync-labels/configs/shaka-project/shaka-player-embedded.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions sync-labels/configs/shaka-project/shaka-player.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@
description: The issue involves our automated tests (generally; otherwise use a more specific component)
color: c2e0c6

- name: "component: transmuxer"
# No alias; did not exist before
description: The issue involves our built-in transmuxer
color: c2e0c6

- name: "component: TTML"
alias: TTML
description: The issue involves TTML subtitles specifically
Expand Down

0 comments on commit 72deeb5

Please sign in to comment.