-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Add auto-generated code to GitHub Actions in appropriate workflows. This should be done for all languages in which auto-generated code occurs.
On an appropriate action (e.g. pull request to dev, integration test), delete the current directory for auto-generated code, create the directory again, create an init.py file, and generate the code from the protos. This action should also push the code back to the repository.
This would ensure both that handling auto-generated code is an automated process as well as ensure that the auto-generated code is working as expected before pushing to dev.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request