does anyone have a spare moment to help me keep th...
# github-workflows-kt
p
does anyone have a spare moment to help me keep the bindings updated? I have a lot on my plate, and there's a lot of action updates. More specifically: • the automated PRs here need to be reviewed, and e.g. if some new input is incorrectly typed, its type has to be set in https://github.com/typesafegithub/github-actions-typing-catalog • new major versions here need to be reviewed, and if some of them has new/different inputs, they need to be added to https://github.com/typesafegithub/github-actions-typing-catalog as well. Once the catalog is updated, the new versions have to be added to https://github.com/typesafegithub/github-workflows-kt/tree/main/actions 🙏
🫡 1
l
I'm not having much time myself. I'll try to take a look on quick wins on Sunday
p
Thanks! The job is actually pretty tedious and parallelizable. I'm hesitating whether it makes sense to automate it to some extent, or wait for Kotlin Scripting to get some bugfixes so that client-side binding generation can be done
handled the PRs
+ improved the ticket description so that it's easy to see the diff between versions, and see if action.yml changed
I've just invested some time into improving the readability of what's put in the "new major versions available" tickets: https://github.com/typesafegithub/github-workflows-kt/issues/1257
thanks to this we can see that only 2 out of 8 actions that got new major versions, got some changes to their API, which means that only in these 2 cases we need to touch https://github.com/typesafegithub/github-actions-typing-catalog
All done