-
-
Notifications
You must be signed in to change notification settings - Fork 202
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
Check daily for changes in published ASC API #201
Conversation
Code Coverage Report
Generated by 🚫 Danger Swift against 8e778f3 |
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.
This is a great start! Let's use and learn along the way 🚀
If you need some inspiration on how to create pull requests when the spec has changed, you can take a look at the script made for Bagbutik. |
Congratulations! 🎉 This was released as part of Release 2.3.0 🚀 Generated by GitBuddy |
This PR adds a workflow that will run daily and compare the contents of the currently-published ASC API spec (from https://developer.apple.com/sample-code/app-store-connect/app-store-connect-openapi-specification.zip) with the current contents of the HEAD branch. Any diffs will result in a workflow failure and notification, which will need to be address by manually updating the spec and re-generating the API (at least for now).
See discussion at: #197 (comment)
Note that the initial run will fail due to whitespace differences, which is a side-effect of using
jq
to fix the missing enum case (also mentioned in #197).