bytebase / cicd-github-actions-example

Database CI/CD with Bytebase API and GitHub actions
https://www.bytebase.com/docs/tutorials/github-ci/
4 stars 3 forks source link

Is it possible to publish the actions on github #26

Open ezbz opened 4 months ago

ezbz commented 4 months ago

Currently to implement this workflow we have to inline everything but sql-review which is available via bytebase/sql-review-action@main can we get login, check-issue-status, upsert-issue and approve-issue published so they don't have to be copied over to the repo?

tianzhou commented 4 months ago

Because different teams have different flows, we are not confident enough to publish an extensible action. So right now, we kindly ask you to copy it. But the plan is to publish this as a public github action.

ezbz commented 4 months ago

Thanks for the response. I will copy for now, please follow through on this ticket when we can remove the local copy and reference a publicly available action

Leokao4Autopass commented 3 months ago

thanks for the public example of the Github action, if in the future the Github action release to the Github Action Marketplace will be useful.

tianzhou commented 2 weeks ago

The login action is published https://github.com/marketplace/actions/bytebase-login

We are evaluating other actions as well.