smithy-lang / smithy-language-server

A Language Server Protocol implementation for the Smithy IDL
https://smithy.io
Apache License 2.0
33 stars 19 forks source link

Add workflow to automate PR for bumping Smithy #120

Closed srchase closed 1 year ago

srchase commented 1 year ago

This PR adds a workflow which checks for new Smithy versions and creates a PR to update the Language Server with that new version.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

kubukoz commented 1 year ago

this is good, but have you considered using something more generic to automate bumps of gradle dependencies in general?