-
Notifications
You must be signed in to change notification settings - Fork 3
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
Create pull requests for each project #4
Conversation
Each repo should have one. Skipping for now.
|
||
on: | ||
push: | ||
branches: [ "main" ] | ||
workflow_dispatch: | ||
pull_request: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The idea here is that we push generated specs as we update versions/specfiles etc?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On pull_request
for us to test changes and workflow_dispatch
to handle notifications from https://github.com/Adyen/adyen-openapi/blob/main/.github/workflows/notify.yml.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah ofc the automation should run, but was thinking we could also automatically generate new models/services if we update version number or anyhing else on the specs
Summary
Promote changes via pull requests to upstream projects.