Эта задача была помечена как содержащая конфиденциальную информацию, такую как уязвимости кода и утечки конфиденциальных данных, и доступна для просмотра только участниками репозитория
[DX sig] The mechanism to update label type on issue
Use this template for the new feature or enhancement
kind/feature or kind/enhancement
Background
The existing label type is not perfect. Some common labels are not found.
As the Mindspore grows, more label types are required. For example, Mindspore will have more components, so more comp/ labels are required.
If we don't have a good mechanism to find and update the suitable label type in time. Many issues will not be classified reasonably. Thus they cannot get processed in time.
Introduction
We need a good mechanism to find and update the label type.
Maybe we can develop an unsupervised model to detect the similarity on issues, especially new issues. Then we can make abstract for cluster to find whether we need to add a new label type.