You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the health bot package publish validation omits packages that have publish_to: none in their pubspec.
Maybe we should consider listing them? (E.g. we were confused by why the packages where not showing up.)
Possible downside: any example packages inside a package will start showing up as well. Can we somehow identify packages which are temporarily set to publish_to: none and ones which are meant to always stay publish_to: none? For example in mono repos all packages in pkgs/xxx should be published but packages in pkgs/xxx/example not. But that feels fragile.