octokit / source-generator

Generates SDKs from GitHub's OpenAPI specification. Built on Kiota.
8 stars 3 forks source link

Create automation to update Go SDK #32

Closed kfcampbell closed 10 months ago

kfcampbell commented 11 months ago

This work may only proceed after #26. We should create automation similar to what we have in the JS world (e.g. octokit/openapi) where on a regular cadence, a bot will regenerate the SDK and open a PR so that an SDK team member can review for changes and tag appropriately.

kfcampbell commented 10 months ago

35 is the first part of this issue. When that is merged, additional build steps may be added to diff the generated code and create a PR as necessary.

kfcampbell commented 10 months ago

See https://github.com/octokit/source-generator/pull/37, https://github.com/gr2m/create-or-update-pull-request-action/pull/563, and https://github.com/octokit/go-sdk/pull/6. Once these PRs are merged, this work item will be complete.