-
Notifications
You must be signed in to change notification settings - Fork 7
Implement automatic code regeneration for OpenAPI changes #25
Copy link
Copy link
Open
Description
We should implement a solution to automatically regenerate the generated code. The automatic regeneration should happen in two scenarios:
- Whenever the
openapi.yamlfile changes in thep2-inc/phasetwo-docsrepository - On a scheduled basis (e.g., weekly/monthly) to pick up new OpenAPI Generator releases
Initially, the workflow should open a pull request to allow for manual review of the generated changes. After validating that the workflow is stable and requires minimal manual intervention, we can transition to automatically merging to main and releasing the changes in a future issue.
Investigation Needed
- Design a GitHub Actions workflow that supports both update triggers
- Investigate cross-repository triggers to detect changes in
p2-inc/phasetwo-docsand open PRs in this repository
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels