Skip to content

Commit

Permalink
chore(label): パッケージ系のラベルを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsutakein committed Jun 6, 2024
1 parent 7b9b81d commit 7675821
Showing 1 changed file with 34 additions and 4 deletions.
38 changes: 34 additions & 4 deletions .github/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,40 @@
color: "ffffff"
description: "This will not be worked on"

# TODO: Type labels
# App Package labels
- name: "@apps/app"
color: "e261d6"
description: "Application development"

# TODO: App Package labels
- name: "@apps/catalog"
color: "d4f227"
description: "Catalog development"

# TODO: Core Package labels
# Core Package labels
- name: "@cores/core"
color: "0b2ebd"

# TODO: Feature Package labels
- name: "@cores/data"
color: "50D413"

- name: "@cores/designsystem"
color: "936116"

- name: "@cores/init"
color: "DC79FD"

- name: "@cores/navigation"
color: "D1A70E"

# Feature Package labels
- name: "@features/debug"
color: "48360E"

- name: "@features/github_repository"
color: "3bc0ec"

- name: "@features/setting"
color: "1e266d"

- name: "@features/webview"
color: "6fe0ba"

0 comments on commit 7675821

Please sign in to comment.