- Java 11
- IntelliJ
The samples contains dozens of YAML workflows
$ ls samples | head -4
AllTriggers.kt
AllTriggers.yml
AutoAssignPR.kt
AutoAssignPR.yml
You can add your own workflows there.
To create the Kotlin script, run the tests
$ ./gradlew yaml2kotlin:test
The web interface can be run via
$ ./gradlew web:ui:run
Then open http://0.0.0.0:8080/
The UI shows up, but the REST api doesn't work -> #3
If you have any problem