Skip to content

Commit

Permalink
fix: update issue template and advanced labeler for improved platform…
Browse files Browse the repository at this point in the history
… categorization
  • Loading branch information
coredev-uk committed Jan 23, 2025
1 parent 50b5c22 commit 50c5dad
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ body:
default: 0
options:
- 'Frontend'
- 'Backend'
- 'Backend (Windows)'
- 'Backend (macOS/Linux)'
- 'Integration: LastFM'
- 'Integration: DiscordRPC'
- 'Feature: AudioLab'
Expand Down
13 changes: 9 additions & 4 deletions .github/advanced-issue-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
policy:
- section:

# Type and OS labels
- id: ['type', 'os']
# Platform labels
- id: ['os']
block-list: []
label:
- name: 'platform: windows'
Expand All @@ -11,12 +11,17 @@ policy:
keys: ['Linux']
- name: 'platform: macos'
keys: ['macOS']

# Type labels
- id: ['type']
block-list: []
label:
- name: 'pkg/frontend'
keys: ['Frontend']
- name: 'pkg/dotnet-client'
keys: ['Backend', 'Windows']
keys: ['Backend (Windows)']
- name: 'pkg/genten-client'
keys: ['Backend', 'macOS', 'Linux']
keys: ['Backend (macOS/Linux)']
- name: 'feat: lastfm'
keys: ['Integration: LastFM']
- name: 'feat: discordrpc'
Expand Down

0 comments on commit 50c5dad

Please sign in to comment.