An Azure service that provides a hybrid, multi-cloud management platform for APIs.
Based on the discussion, below is the summary of issue and resolution.
Issue: The extractor was run first time, and PR was merged which had put the artifacts in the target branch. When every new extractor run was happening, since there was no new change in tags and products, it was not coming in pull request.
Resolution: we created a fresh branch from main and put that as a target branch. Since there were no artifacts in that branch, all the changes were reflecting in the pull request.