apiops icon indicating copy to clipboard operation
apiops copied to clipboard

[BUG] Extractor pipeline is not working only in 1 specific repo

Open sandhya-techie opened this issue 1 year ago • 3 comments

Release version

v6.0.1.1

Describe the bug

The pipeline is running successfully, but it is not creating a new branch or pull request in the repository. image I have verified repository has all permission in place image

Expected behavior

After running the extractor pipeline, it should create a new branch and also generate a pull request.

Actual behavior

The pipeline has run successfully, and I can confirm that the artifacts are visible in the extractor pipeline as well. image image

I am not sure why new branch is not getting created in ado repo

Reproduction Steps

.

sandhya-techie avatar Sep 26 '24 07:09 sandhya-techie

  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.

github-actions[bot] avatar Sep 26 '24 07:09 github-actions[bot]

@guythetechie , @waelkdouh The repository was created with a .gitignore file: Visual Studio, which is causing an issue: despite the pipeline running successfully, it does not create a new branch or pull request.

sandhya-techie avatar Sep 26 '24 09:09 sandhya-techie

@sandhya-techie - we've seen strange issues like this with ADO in the past (see #170).

Can you paste the full output of the last step in your extractor pipeline? Your screenshot got cut off after Creating artifacts folder...

guythetechie avatar Oct 05 '24 01:10 guythetechie