In a setup where you are tracking the oas.yaml in git, you would expect to check the diff in the context of a pull request. This means you automatically set the following:
base to the oas.yaml of the branch your pull request is on
revision to the oas.yaml of the last commit of your pull request
This is the behavior of other actions like https://github.com/kamilkisiela/graphql-inspector
Any thoughts?
In a setup where you are tracking the
oas.yamlin git, you would expect to check the diff in the context of a pull request. This means you automatically set the following:baseto theoas.yamlof the branch your pull request is onrevisionto theoas.yamlof the last commit of your pull requestThis is the behavior of other actions like https://github.com/kamilkisiela/graphql-inspector
Any thoughts?