github-workflows-kt
                                
                                
                                
                                    github-workflows-kt copied to clipboard
                            
                            
                            
                        Authoring GitHub Actions workflows in Kotlin. You won't go back to YAML!
Part of https://github.com/typesafegithub/github-workflows-kt/issues/1880. It's a draft of a change that will help register the metric we want, and won't make the shared module aware of metrics.
- Replace manual HTTP client implementation with `kohsuke.github` library. - Simplify `fetchAvailableVersions` logic and remove redundant dependencies. - Refactor tests to use `kotest` with `MockServer` for more concise and structured...
> NOTE: If you have already migrated your namespace(s) to Maven Central this email does not apply to you and thank you for your initiative. > > Greetings OSSRH Publisher,...
**What feature do you need?** By default, when using a binding provided by the bindings server, we refer by the major or full version. It can be a branch or...
In a thread [on slack](https://kotlinlang.slack.com/archives/C02UUATR7RC/p1742907721287939) we discovered that for some unknown reason the GitHub App might be timing our app out. To mitigate this issue a little, we should cascade...
See: * https://github.com/typesafegithub/github-workflows-kt/actions/runs/13986128215/job/39160055795 * https://github.com/typesafegithub/github-workflows-kt/actions/runs/13986128214/job/39160117669
# Component * [ ] github-workflows-kt (library with the DSL) * [x] bindings server (https://bindings.krzeminski.it) * [ ] I don't know # Action When investigating 500 errors in our Grafana...
https://github.com/typesafegithub/github-workflows-kt/blob/6d7a4c8fb55eaf482831f99c708eb310808c1e38/shared-internal/build.gradle.kts#L19-L26
Otherwise it reads as "type of workflow dispatch/call". Alternatively, move the `Type` enum under `Input` Class.
**What feature do you need?** See https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#onevent_nametypes - all or almost all supports `types`, but in the library right now, only some have this explicit field. **Is there a workaround...