https://github.com/nafg/mergify-yaml
Programmatically generate .mergify.yml
https://github.com/nafg/mergify-yaml
github-actions mergify sbt scala
Last synced: 5 months ago
JSON representation
Programmatically generate .mergify.yml
- Host: GitHub
- URL: https://github.com/nafg/mergify-yaml
- Owner: nafg
- License: apache-2.0
- Created: 2021-03-14T20:59:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-23T06:36:29.000Z (about 2 years ago)
- Last Synced: 2024-05-23T09:35:44.293Z (about 2 years ago)
- Topics: github-actions, mergify, sbt, scala
- Language: Scala
- Homepage:
- Size: 311 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mergify-yaml
Programmatically generate .mergify.yml
This repo contains two modules.
## mergify-writer
[](https://index.scala-lang.org/nafg/mergify-yaml/mergify-writer)
A library for programmatically generating Mergify configs. The library itself is generated by scraping their documentation.
## sbt-mergify-github-actions
[](https://index.scala-lang.org/nafg/mergify-yaml/sbt-mergify-github-actions)
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`
```scala
addSbtPlugin("io.github.nafg.mergify" % "sbt-mergify-github-actions" % "0.7.0")
```