blake-mealey / openapi-review-action

A GitHub action that posts your OpenAPI docs as a comment to your PR whenever they change.
MIT License
2 stars 0 forks source link

Only show the docs for endpoints/models that have been changed #10

Open blake-mealey opened 4 years ago

blake-mealey commented 4 years ago

Use openapi-diff to determine which endpoints/models have changed, and remove the others from the documentation post to make it easier to find the useful information in the comment.

blake-mealey commented 4 years ago

This may not be necessary/desirable anymore now that each operation is folded in a details element. It will also be more readable once #16 is complete