Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

automatically update generated docs on vitess merge #1602

Open
ajm188 opened this issue Sep 26, 2023 · 2 comments
Open

automatically update generated docs on vitess merge #1602

ajm188 opened this issue Sep 26, 2023 · 2 comments
Assignees

Comments

@ajm188
Copy link
Contributor

ajm188 commented Sep 26, 2023

now that most of the stuff in reference/progams is generated via cobra (and soon all? 馃) it would be awesome if, whenever a PR is merged into the vitess codebase in main or any release-* branch, we automatically triggered a job to regenerate the docs and open a PR on the website, linking back to the triggering PR (for minimizing diffs we can figure out a way to filter only changes where more than the SHA metadata changed, or we can decide to not care)

@ajm188 ajm188 self-assigned this Sep 26, 2023
@ajm188
Copy link
Contributor Author

ajm188 commented Sep 27, 2023

oh sick:

$ git diff --shortstat
 156 files changed, 220 insertions(+), 38 deletions(-)
$ git diff -I"^commit:.*$" --shortstat
 22 files changed, 64 insertions(+), 8 deletions(-)

@ajm188 ajm188 mentioned this issue Sep 27, 2023
@ajm188
Copy link
Contributor Author

ajm188 commented Dec 14, 2023

bot sync seems to not be working. looking at the repo i am seeing branches pushed but no actual commits on those branches (i.e. there is no difference between main at the time the branch was cut and that branch). i am looking into why

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant