sbt-typelevel icon indicating copy to clipboard operation
sbt-typelevel copied to clipboard

Can't disable mergify auto-labeling

Open armanbilge opened this issue 3 years ago • 1 comments

Setting ThisBuild / mergifyLabelPaths := Map.empty doesn't disable labeling.

armanbilge avatar Mar 22 '22 03:03 armanbilge

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.

armanbilge avatar Apr 11 '22 03:04 armanbilge