github-workflows-kt icon indicating copy to clipboard operation
github-workflows-kt copied to clipboard

Authoring GitHub Actions workflows in Kotlin. You won't go back to YAML!

Results 113 github-workflows-kt issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

operational
problem

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

problem

# 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...

enhancement
operational

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.

enhancement

**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...

enhancement