In open api file tags are set as tags: - name: Users I use json reference files for api path .Here i use "tags": [ "Users" ], to call the tags.In stoplight in bundle reference i am able to see t...
In LoginPostApi.json file i have tags like "tags": [ "Users" ].
The issue is when i directly upload these files in stoplight i have no issue
But when i update the changes in local branch and then i git push the changes to the respected branch It looks like this
Also on git push styleguide.json and .spectral files are automatically created.Can i know is there any fix for the git push in stoplight for not adding these two files and for this tags issue