Skip to content

Commit

Permalink
fak
Browse files Browse the repository at this point in the history
  • Loading branch information
coredev-uk committed Jan 23, 2025
1 parent 2e5e58f commit 235002a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,7 @@ body:
default: 0
options:
- 'Frontend'
- 'Backend (Windows)'
- 'Backend (macOS / Linux)'
- 'Backend'
- 'Integration: LastFM'
- 'Integration: DiscordRPC'
- 'Feature: AudioLab'
Expand Down
8 changes: 4 additions & 4 deletions .github/advanced-issue-labeler.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
policy:
- template: ['bug.yml']
- template: ['bug.yaml']
section:
- id: [os]
block-list: []
Expand All @@ -10,15 +10,15 @@ policy:
keys: ['Linux']
- name: 'platform: macos'
keys: ['macOS']
- id: [type]
- id: [type, os]
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 235002a

Please sign in to comment.