raiden00pl commented on PR #13494: URL: https://github.com/apache/nuttx/pull/13494#issuecomment-2360765646
Labels are: 'Size: XS', 'Size: S` etc. For now "Size: XS" are changes below 10 lines and these I think should be excluded. I think we can reduce XS size even more, maybe to 5 lines, so simple one-line fixes are excluded (but since we have a character limit per line, "logically" a single-line change can span multiple lines). Default values for labels are: ``` xs_label: 'Size: XS', max size = 10 s_label: 'Size: S', max size = 100 m_label: 'Size: M', max size = 500 l_label: 'Size: L', max size = 1000 xl_label: 'Size: XL', > 1000 ``` we'll probably have to adjust them, but they seem good for a start -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
