nafg / mergify-yaml   0.8.0

Apache License 2.0 GitHub

Programmatically generate .mergify.yml

Scala versions: 2.13 2.12
sbt plugins: 1.0

mergify-yaml

Programmatically generate .mergify.yml

This repo contains two modules.

mergify-writer

mergify-writer Scala version support

A library for programmatically generating Mergify configs. The library itself is generated by scraping their documentation.

sbt-mergify-github-actions

sbt-mergify-github-actions Scala version support

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")