From f3c4b0f61b06d5c0eef9e261392bb0eaf21638b5 Mon Sep 17 00:00:00 2001 From: Sayan Shankhari Date: Sun, 1 Mar 2026 19:55:51 +0530 Subject: [PATCH 1/2] feat(icon): tags file icon Repurpose label icon for tags file icon. Resolves: #3374 --- src/core/icons/fileIcons.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/core/icons/fileIcons.ts b/src/core/icons/fileIcons.ts index 40f7deaeec..912b125055 100644 --- a/src/core/icons/fileIcons.ts +++ b/src/core/icons/fileIcons.ts @@ -3146,7 +3146,12 @@ export const fileIcons: FileIcons = { }, { name: 'label', - fileNames: ['.github/labeler.yml', '.github/labeler.yaml'], + fileNames: [ + '.github/labeler.yml', + '.github/labeler.yaml', + 'tags', + 'TAGS', + ], }, { name: 'zeabur', From 4b0ec714b0e2b3fb4ebed44506452cc8d7dbedf7 Mon Sep 17 00:00:00 2001 From: Sayan Shankhari Date: Mon, 2 Mar 2026 19:01:05 +0530 Subject: [PATCH 2/2] feat(icon): tags file icon Repurpose label icon for tags file icon. Support both "tags" and "TAGS" file names. Resolves: #3374 --- src/core/icons/fileIcons.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/core/icons/fileIcons.ts b/src/core/icons/fileIcons.ts index 8ec2b50491..6964588485 100644 --- a/src/core/icons/fileIcons.ts +++ b/src/core/icons/fileIcons.ts @@ -3149,12 +3149,7 @@ export const fileIcons: FileIcons = { }, { name: 'label', - fileNames: [ - '.github/labeler.yml', - '.github/labeler.yaml', - 'tags', - 'TAGS', - ], + fileNames: ['.github/labeler.yml', '.github/labeler.yaml', 'tags'], }, { name: 'zeabur',