@Finja Hauschild happy to know that you use github-workflows-kt internally! as an owner, I'd love to know more details, like how many workflows you have, their typical size or unconventional stuff you were able to implement thanks to Kotlin, if you're missing any features
Piotr Krzemiński
05/13/2025, 12:34 PM
since Kotlin Scripting doesn't allow me to collect any telemetry on private usages (well, on any usages, but for OSS I can at least browse the repos), I'm always excited to learn how the lib is used in a commercial setup 😄
f
Finja Hauschild
05/13/2025, 1:54 PM
I have several workflows that all work for different scenarios 🙂 I just counted and there are 11 files in my repository. My highlight which I probably wouldn't have created that simply is the auto approve workflow where I have an additional script that checks the author and changed files and if everything checks out, it auto approves the PR 😄