You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As stated in the docs keeping the getPRDetails option to true results in poor performance when generating release notes. In our projects there many repositories and a huge amount of PRs resulting in the pipeline task taking a lot of time. However we can't set this flag to false because we need the PR details in our release notes.
Describe the solution you'd like
We added two optional parameters (getPRDetailsRepositoryId, getPRDetailsRefName) in the task which are then passed to getPullRequests function and finally to the filter GitPullRequestSearchCriteria. We then tested locally our changes and observed a significant improvement in the performance of the function.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Azure DevOps Extensions
Artifact PR Description
Is your feature request related to a problem? Please describe.
As stated in the docs keeping the
getPRDetails
option to true results in poor performance when generating release notes. In our projects there many repositories and a huge amount of PRs resulting in the pipeline task taking a lot of time. However we can't set this flag to false because we need the PR details in our release notes.Describe the solution you'd like
We added two optional parameters (
getPRDetailsRepositoryId
,getPRDetailsRefName
) in the task which are then passed togetPullRequests
function and finally to the filterGitPullRequestSearchCriteria
. We then tested locally our changes and observed a significant improvement in the performance of the function.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: