‘all-the-themes’ 업데이트도 테마 컴포넌트에 대한 업데이트가 필요한가요?

실례합니다. :folded_hands: 당시 이 부분에 대해 논의했는지 기억이 나지 않는데, GitHub - discourse/all-the-themes · GitHub (특히 all-the-themes/update_from_meta.rb at main · discourse/all-the-themes · GitHub)에서 새로운 Customization > Theme component 카테고리를 고려하도록 수정이 필요한가요?

Yup, good call - thanks @JammyDodger

https://github.com/discourse/all-the-themes/commit/2820410eb24e38dddcf14500ba77d2227ce9487c

One other follow-up… the method of signalling one is broken changed as well. I noticed that the original url excluded subcategories (I’m assuming to exclude the ‘broken’ subcategory?). Is it fine that this doesn’t pick up on the broken, unmaintained, etc tags?

They’re already excluded, although I had to do some digging to figure out how that was happening :sweat_smile:

Looks like those tags are muted by default here on Meta, which means they’re omitted from the topic-list for anon, and therefore aren’t included in the API the script is using

Excellent. :slight_smile: Thanks for checking that all out for me. I had a small panic attack when @moin pointed it out. :anxious_face_with_sweat: :slight_smile: