Programmatically generate .mergify.yml
This repo contains two modules.
A library for programmatically generating Mergify configs. The library itself is generated by scraping their documentation.
An SBT plugin that pulls in sbt-github-actions
but also overrides githubWorkflowGenerate
to also update .mergify.yml
.
To use it add to project/plugins.sbt
addSbtPlugin("io.github.nafg.mergify" % "sbt-mergify-github-actions" % "0.7.0")