Azure / apiops

APIOps applies the concepts of GitOps and DevOps to API deployment. By using practices from these two methodologies, APIOps can enable everyone involved in the lifecycle of API design, development, and deployment with self-service and automated tools to ensure the quality of the specifications and APIs that they’re building.
https://azure.github.io/apiops
MIT License
328 stars 193 forks source link

[Question] Does extractor capture the PR when I change the current revision from one to another. #679

Closed krishnavatsavai closed 1 month ago

krishnavatsavai commented 1 month ago

Release version

v6.1.1

Question Details

Hi

I have updated the current revision on portal from one revision to another. The extractor pipeline did not capture the current revision in the pull request. Is this not handled at the code level?

Expected behavior

I expect extractor to capture the change in the current revision.

Actual behavior

No pull request created

Reproduction Steps

Update the revision on portal and change the current revision to a different one and run the extractor

github-actions[bot] commented 1 month ago
  Thank you for opening this issue! Please be patient while we will look into it and get back to you as this is an open source project. In the meantime make sure you take a look at the [closed issues](https://github.com/Azure/apiops/issues?q=is%3Aissue+is%3Aclosed) in case your question has already been answered. Don't forget to provide any additional information if needed (e.g. scrubbed logs, detailed feature requests,etc.).
  Whenever it's feasible, please don't hesitate to send a Pull Request (PR) our way. We'd greatly appreciate it, and we'll gladly assess and incorporate your changes.
krishnavatsavai commented 1 month ago

I just realized that there is a bug already raised on this issue - https://github.com/Azure/apiops/issues/646