Open ezbz opened 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.
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
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.
The login action is published https://github.com/marketplace/actions/bytebase-login
We are evaluating other actions as well.
Currently to implement this workflow we have to inline everything but
sql-review
which is available viabytebase/sql-review-action@main
can we getlogin
,check-issue-status
,upsert-issue
andapprove-issue
published so they don't have to be copied over to the repo?