[UX] How to configure or disable "Favorite" labels? #192921
Replies: 3 comments 1 reply
-
|
Welcome to the GitHub Community 👋 From what I can see, this behavior is part of recent updates to the label picker UI. The “Favorite” section appears to be automatically generated based on frequently used labels, and there’s currently no setting to disable or customize it. I checked both the official docs and discussions, but there doesn’t seem to be any option exposed to users for controlling this: https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels So for now, it looks like this is handled internally by GitHub, and the only workaround is using search or adjusting label names. |
Beta Was this translation helpful? Give feedback.
-
|
The Favorite section isn't configurable and can't be disabled through settings right now, you're right about that. There's a workaround though that keeps your muscle memory intact: just type. The label picker has a search input that's always focused when it opens, as soon as you start typing the label name, the Favorite grouping collapses and you get a flat filtered list. Two or three characters is usually enough. So the workflow becomes: click Labels, type "bu", pick "bug". No scrolling past Favorite at all. Doesn't fix the underlying UX regression you raised (the grouping really does hurt when you already had the alphabetical layout dialed in), but it sidesteps it entirely once type-to-filter becomes habit. If you want the behavior actually made optional, the github-roadmap repo tends to get more product-team visibility than discussion threads for stuff like this. Worth filing there as a feature request with the same reasoning you put here, the O(n) search and attention cost is a legit complaint. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @ivanperez-keera 👋 The new "Favorite" section in the label picker disrupts the predictable alphabetical scrolling that many of us relied on for years. Having to scroll past (or mentally filter) auto-generated favorites every time adds unnecessary friction — it's a clear regression in daily workflow. Current RealityUnfortunately, there is no built-in setting to disable or customize the Favorite section. It's automatically generated from your most-used labels. Better Workarounds
Recommended Next StepThe cleanest solution would be making the Favorites section optional. I suggest opening a feature request here: Sample title: In the body, mention the loss of alphabetical predictability and the extra cognitive load. Many users (including heavy issue triagers) would benefit from this toggle. If GitHub adds this option in the future, it would be a welcome UX improvement. Let me know if the search trick helps in your daily flow or if you'd like help drafting the roadmap issue! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Question
💬 Feature/Topic Area
Other
Body
I just saw some labels appear closer to the top of my list of labels when I try to apply a label to a ticket under a new subsection "Favorite".
This is annoying: I now have to do an O(n) search to find a label and it requires more attention so that I don't skip it, when before I could scroll to the approximate area where the label always is and find it more quickly.
I could already control the order by giving labels names that make them appear in the (alphabetical) order I want.
Is it possible to disable this feature, or to customize which labels are considered "favorite"?
Beta Was this translation helpful? Give feedback.
All reactions