Forgive me. I can’t remember if we discussed this at the time, but does GitHub - discourse/all-the-themes (and all-the-themes/update_from_meta.rb at main · discourse/all-the-themes · GitHub in particular) need a tweak to account for the newer Theme component category?
2 Likes
Yup, good call - thanks @JammyDodger
3 Likes
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?
1 Like
They’re already excluded, although I had to do some digging to figure out how that was happening
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
3 Likes
Excellent. Thanks for checking that all out for me. I had a small panic attack when @moin pointed it out.
3 Likes