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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build: Add SDK code generation workflow #570

Merged
merged 1 commit into from
May 27, 2022

Conversation

Eric-Warehime
Copy link
Contributor

Summary

Adds a github workflow which will call our code gen action.
Depends on action being defined in our generator... See algorand/generator#32 for more details and testing done.

Runs on a cron job daily at 23:20. The Github docs say to try to avoid common times because there will be natural spikes of event processing happening then, so I've defined all of the jobs at an arbitrary time during the night.

It will run the code generator, commit to a branch if necessary, and open a PR for us to review. It will no-op if the branch w/ identical changes already exist.

Copy link
Contributor

@winder winder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Eric-Warehime Eric-Warehime merged commit d5868f1 into algorand:develop May 27, 2022
@Eric-Warehime Eric-Warehime deleted the sdk-gen-automation branch May 27, 2022 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants