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
The problem is that projects automatically add themselves to mergifyLabelPaths and setting it to empty doesn't prevent that. This is easy to fix by adding another private setting for projects to add themselves to, then setting mergifyLabelPaths to that by default. This way it can be overriden.
Setting
ThisBuild / mergifyLabelPaths := Map.empty
doesn't disable labeling.The text was updated successfully, but these errors were encountered: