ContributionsMost RecentMost LikesSolutionsRe: Stoplight tags Hi ponelat . I am using stoplight bitbucket cloud integration for my project. The issue is that. I have a main openapi (yaml) file with global tags tags: - name: Users description: Everything about Users and in main openapi (yaml) file i use references of json files for paths and it ooks like this paths: /users/login: post: $ref: ../paxafe_backend/API/LoginPostApi.json 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 Stoplight tagsIn 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 the tags in in studio documentation tags are not appearing.